We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b8a436 + 3d511f0 commit adcfe7bCopy full SHA for adcfe7b
kernel/x86_64/drot_microk_haswell-2.c
@@ -1,6 +1,4 @@
1
-/* need a new enough GCC for avx512 support */
2
-#if (( defined(__GNUC__) && __GNUC__ > 6 && defined(__AVX512CD__)) || (defined(__clang__) && __clang_major__ >= 9))
3
-
+#if defined(HAVE_FMA3) && defined(HAVE_AVX2)
4
#define HAVE_DROT_KERNEL 1
5
6
#include <immintrin.h>
0 commit comments