mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
removed <mmintrin.h> (#18414)
This commit is contained in:
parent
6c0578d31c
commit
6c09c167ef
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@
|
||||||
#if defined(__AVX2__)
|
#if defined(__AVX2__)
|
||||||
# include <immintrin.h>
|
# include <immintrin.h>
|
||||||
#elif defined( __SSE2__)
|
#elif defined( __SSE2__)
|
||||||
# include <mmintrin.h>
|
|
||||||
# include <emmintrin.h>
|
# include <emmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __SSE2__
|
#ifdef __SSE2__
|
||||||
# include <mmintrin.h>
|
|
||||||
# include <emmintrin.h>
|
# include <emmintrin.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined(__AVX2__)
|
#if defined(__AVX2__)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue