Remove __TINYC__ check from stb_image.h
This will be placed under textures.c
This commit is contained in:
parent
c7e51c740d
commit
50b2479980
4
src/external/stb_image.h
vendored
4
src/external/stb_image.h
vendored
|
|
@ -688,10 +688,6 @@ typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
|
|||
#define STBI_NO_SIMD
|
||||
#endif
|
||||
|
||||
#if defined(__TINYC__)
|
||||
#define STBI_NO_SIMD
|
||||
#endif
|
||||
|
||||
#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