diff options
Diffstat (limited to 'CMake/config.h.in')
-rw-r--r-- | CMake/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index bd0da8649..98a81ad6c 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -81,3 +81,7 @@ /* unrolling is faster combined with an optimizing compiler */ #define SHA2_UNROLL_TRANSFORM + +/* defined if __builtin_ia32_crc32{s,d}i() exists in an sse4.2 target */ +#define HAVE_FMV_SSE42_AND_CRC32 +#define HAVE_FMV_SSE42_AND_CRC32DI |