Skip to content

Commit 6ee803a

Browse files
committed
typo
1 parent 8a2e416 commit 6ee803a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsrc/j.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ if(unlikely(!_mm256_testz_pd(sgnbit,mantis0))){ /* if mantissa exactly 0, must
24412441
#define C_CRC32C 0
24422442
#endif
24432443

2444-
#if PYXES && (defined(__aarch64__) || defined(__arm32__)) && !EMU_AVX2
2444+
#if PYXES && (defined(__aarch64__) || defined(__arm__)) && !EMU_AVX2
24452445
INLINE void _mm_pause(void)
24462446
{
24472447
#if defined(_MSC_VER) && !defined(__clang__)

0 commit comments

Comments
 (0)