We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840990c commit bd3586bCopy full SHA for bd3586b
1 file changed
ext/oj/simd.h
@@ -14,6 +14,8 @@
14
#define HAVE_SIMD_SSE4_2 1
15
#include <nmmintrin.h>
16
17
+#define SIMD_MINIMUM_THRESHOLD 6
18
+
19
extern void initialize_sse42(void);
20
21
static inline __m128i vector_lookup_sse42(__m128i input,
0 commit comments