Skip to content

Commit 62e4508

Browse files
committed
Remove unnecessary SSE3 includes
1 parent e02cd8c commit 62e4508

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ext/mbstring/mbstring.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767

6868
#include "zend_simd.h"
6969

70-
#ifdef __SSE3__
71-
#include <immintrin.h>
72-
#include <pmmintrin.h>
73-
#endif
74-
7570
/* }}} */
7671

7772
/* {{{ prototypes */

0 commit comments

Comments
 (0)