summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJanne Grunau <j@jannau.net>2014-09-19 12:30:57 +0200
committerJanne Grunau <j@jannau.net>2014-10-09 23:22:32 +0200
commit568df90edc6ae07744de45de8665fb86ce6c84ee (patch)
tree689ef497ada9a3a3b72509a8618c76ba233f7a1b /tools
parent2a2f1e306f1759e5e52771a643a3a2df54552069 (diff)
downloadgf-complete-568df90edc6ae07744de45de8665fb86ce6c84ee.tar.gz
simd: rename the region flags from SSE to SIMD
SSE is not the only supported SIMD instruction set. Keep the old names for backward compatibility.
Diffstat (limited to 'tools')
-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)