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 1d254d3 + a9f6f7a commit ef0238bCopy full SHA for ef0238b
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