summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2013-12-30 22:12:43 -0800
committerKevin Greenan <kmgreen2@gmail.com>2013-12-30 22:12:43 -0800
commit8900c0e635bc809f2667647eb71156b0732112d3 (patch)
tree1d163cf7f5125a5ae27a1f486dce06d377991b8c
parent5687b9c2ccdf55449fb5a727a10a0232bd649c28 (diff)
downloadgf-complete-8900c0e635bc809f2667647eb71156b0732112d3.tar.gz
Make INTEL_SSE4_PCLMUL flag consistent (was INTEL_PCLMUL in gf.c)
-rw-r--r--src/gf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gf.c b/src/gf.c
index e86b2bb..09a668e 100644
--- a/src/gf.c
+++ b/src/gf.c
@@ -219,7 +219,7 @@ int gf_error_check(int w, int mult_type, int region_type, int divide_type,
sse4 = 1;
#endif
-#ifdef INTEL_PCLMUL
+#ifdef INTEL_SSE4_PCLMUL
pclmul = 1;
#endif