We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addb67c commit b54894aCopy full SHA for b54894a
arch/dotproductavx.cpp
@@ -16,8 +16,9 @@
16
// limitations under the License.
17
///////////////////////////////////////////////////////////////////////
18
19
-#if !defined(__AVX__)
+#if !defined(__AVX__) || defined(__i386__)
20
// Implementation for non-avx archs.
21
+// Also used for 32 bit AVX archs because of missing _mm256_extract_epi64.
22
23
#include "dotproductavx.h"
24
#include <stdio.h>
0 commit comments