String comparison iterator for UTF8 strings

This commit is contained in:
Lance Parker
2018-09-22 09:58:51 -07:00
committed by Michael Ilseman
parent a0e639eaf5
commit f1a35bd1c9
7 changed files with 702 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
%{
# The sizes to generate code for.
sizes = [2, 8, 16]
sizes = [2, 4, 8, 16]
}%
% for N in sizes: