Skip to content

Commit 6c09c16

Browse files
removed <mmintrin.h> (#18414)
1 parent 6c0578d commit 6c09c16

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Zend/zend_hash.c

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#if defined(__AVX2__)
3131
# include <immintrin.h>
3232
#elif defined( __SSE2__)
33-
# include <mmintrin.h>
3433
# include <emmintrin.h>
3534
#endif
3635

Zend/zend_types.h

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#include <stdint.h>
2929

3030
#ifdef __SSE2__
31-
# include <mmintrin.h>
3231
# include <emmintrin.h>
3332
#endif
3433
#if defined(__AVX2__)

0 commit comments

Comments
 (0)