CARRY_FREE is currently only available for w=4 and w=8 on NEON

master
animetosho 2015-11-12 21:06:34 +10:00
parent 363da20723
commit 7a9a09f32c
1 changed files with 1 additions and 1 deletions

View File

@ -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