Commit 64c7e41d authored by Laurent THOMAS's avatar Laurent THOMAS

fix one more bug in #if for carryless mul

parent 3751b149
...@@ -30,7 +30,11 @@ ...@@ -30,7 +30,11 @@
Modified in June, 2001, to include the length non multiple of 8 Modified in June, 2001, to include the length non multiple of 8
*/ */
#ifndef __SSE4_1__
#define USE_INTEL_CRC 0
#else
#define USE_INTEL_CRC __SSE4_1__ #define USE_INTEL_CRC __SSE4_1__
#endif
#include "coding_defs.h" #include "coding_defs.h"
#include "assertions.h" #include "assertions.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment