Remove __TINYC__ check from stb_image.h

This will be placed under textures.c
This commit is contained in:
Laurentino Luna 2021-08-24 10:39:38 -03:00 committed by GitHub
parent c7e51c740d
commit 50b2479980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>