re-enable SSE2 code on x64 except with gcc
This commit is contained in:
parent
92bd7a49a8
commit
7a694bdcca
@ -673,7 +673,7 @@ typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
|
||||
#define STBI_NO_SIMD
|
||||
#endif
|
||||
|
||||
#if !defined(STBI_NO_SIMD) && defined(STBI__X86_TARGET)
|
||||
#if !defined(STBI_NO_SIMD) && (defined(STBI__X86_TARGET) || defined(STBI__X64_TARGET))
|
||||
#define STBI_SSE2
|
||||
#include <emmintrin.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user