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 ee364eb commit 47d6ce0Copy full SHA for 47d6ce0
xsum.c
@@ -67,7 +67,7 @@
67
68
/* INCLUDE INTEL INTRINSICS IF USED AND AVAILABLE. */
69
70
-#if USE_SIMD && __SSE2__
+#if USE_SIMD && (__SSE2__ || __AVX__)
71
# include <immintrin.h>
72
#endif
73
0 commit comments