summaryrefslogtreecommitdiff
path: root/src/gf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/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 835fb12..b9caa26 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,
#endif
#ifdef ARM_NEON
- pclmul = 1;
+ pclmul = (w == 4 || w == 8);
sse3 = 1;
#endif