summaryrefslogtreecommitdiff
path: root/tools/gf_methods.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gf_methods.c')
-rw-r--r--tools/gf_methods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gf_methods.c b/tools/gf_methods.c
index 43589ac..c7d3d58 100644
--- a/tools/gf_methods.c
+++ b/tools/gf_methods.c
@@ -28,7 +28,7 @@ static char *MULTS[NMULTS] = { "SHIFT", "CARRY_FREE", "CARRY_FREE_GK", "GROUP44"
/* Make sure CAUCHY is last */
#define NREGIONS (7)
-static char *REGIONS[NREGIONS] = { "DOUBLE", "QUAD", "LAZY", "SSE", "NOSSE",
+static char *REGIONS[NREGIONS] = { "DOUBLE", "QUAD", "LAZY", "SIMD", "NOSIMD",
"ALTMAP", "CAUCHY" };
#define BNREGIONS (4)