Make INTEL_SSE4_PCLMUL flag consistent (was INTEL_PCLMUL in gf.c)

master
Kevin Greenan 2013-12-30 22:12:43 -08:00
parent 5687b9c2cc
commit 8900c0e635
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,
sse4 = 1;
#endif
#ifdef INTEL_PCLMUL
#ifdef INTEL_SSE4_PCLMUL
pclmul = 1;
#endif