replace spurious avx512 requirement with fma check
This commit is contained in:
parent
352efdd13a
commit
3d511f0e66
|
@ -1,6 +1,4 @@
|
||||||
/* need a new enough GCC for avx512 support */
|
#if defined(HAVE_FMA3) && defined(HAVE_AVX2)
|
||||||
#if (( defined(__GNUC__) && __GNUC__ > 6 && defined(__AVX512CD__)) || (defined(__clang__) && __clang_major__ >= 9))
|
|
||||||
|
|
||||||
#define HAVE_DROT_KERNEL 1
|
#define HAVE_DROT_KERNEL 1
|
||||||
|
|
||||||
#include <immintrin.h>
|
#include <immintrin.h>
|
||||||
|
|
Loading…
Reference in New Issue