types.h: Remove an extraneous file inclusion.
This commit is contained in:
parent
0c90e8f4e3
commit
6ee942ca5f
|
@ -309,7 +309,6 @@ typedef float32x4_t v128f32;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_SSE
|
#ifdef ENABLE_SSE
|
||||||
#include <immintrin.h>
|
|
||||||
#include <xmmintrin.h>
|
#include <xmmintrin.h>
|
||||||
typedef __m128 v128f32;
|
typedef __m128 v128f32;
|
||||||
#define AVAILABLE_TYPE_v128f32
|
#define AVAILABLE_TYPE_v128f32
|
||||||
|
|
Loading…
Reference in New Issue