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.
1 parent 93843c5 commit a9f6f7aCopy full SHA for a9f6f7a
kernel/x86_64/srot_microk_haswell-2.c
@@ -1,5 +1,4 @@
1
-/* need a new enough GCC for avx512 support */
2
-#if (( defined(__GNUC__) && __GNUC__ > 6 && defined(__AVX512CD__)) || (defined(__clang__) && __clang_major__ >= 9))
+#if defined(HAVE_FMA3) && defined(HAVE_AVX2)
3
4
#define HAVE_SROT_KERNEL 1
5
0 commit comments