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 40ad3e0 commit bbcedfcCopy full SHA for bbcedfc
numpy/_core/src/common/simd/avx512/avx512.h
@@ -11,6 +11,8 @@
11
// Enough limit to allow us to use _mm512_i32gather_* and _mm512_i32scatter_*
12
#define NPY_SIMD_MAXLOAD_STRIDE32 (0x7fffffff / 16)
13
#define NPY_SIMD_MAXSTORE_STRIDE32 (0x7fffffff / 16)
14
+#define NPY_SIMD_MAXLOAD_STRIDE64 (0x7fffffff / 16)
15
+#define NPY_SIMD_MAXSTORE_STRIDE64 (0x7fffffff / 16)
16
17
typedef __m512i npyv_u8;
18
typedef __m512i npyv_s8;
0 commit comments