We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0578d commit 6c09c16Copy full SHA for 6c09c16
Zend/zend_hash.c
@@ -30,7 +30,6 @@
30
#if defined(__AVX2__)
31
# include <immintrin.h>
32
#elif defined( __SSE2__)
33
-# include <mmintrin.h>
34
# include <emmintrin.h>
35
#endif
36
Zend/zend_types.h
@@ -28,7 +28,6 @@
28
#include <stdint.h>
29
#ifdef __SSE2__
0 commit comments