removed <mmintrin.h> (#18414)

This commit is contained in:
Saki Takamachi 2025-04-25 08:26:51 +09:00 committed by GitHub
parent 6c0578d31c
commit 6c09c167ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@
#if defined(__AVX2__)
# include <immintrin.h>
#elif defined( __SSE2__)
# include <mmintrin.h>
# include <emmintrin.h>
#endif

View file

@ -28,7 +28,6 @@
#include <stdint.h>
#ifdef __SSE2__
# include <mmintrin.h>
# include <emmintrin.h>
#endif
#if defined(__AVX2__)