Skip to content

Commit bd3586b

Browse files
committed
Added SIMD_MINIMUM_THRESHOLD after accidentally removing it when merging the develop branch.
1 parent 840990c commit bd3586b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/oj/simd.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#define HAVE_SIMD_SSE4_2 1
1515
#include <nmmintrin.h>
1616

17+
#define SIMD_MINIMUM_THRESHOLD 6
18+
1719
extern void initialize_sse42(void);
1820

1921
static inline __m128i vector_lookup_sse42(__m128i input,

0 commit comments

Comments
 (0)