From 50b2479980c5cf6490b613a6015b8004bfe0ce73 Mon Sep 17 00:00:00 2001 From: Laurentino Luna <81370009+fuserr7@users.noreply.github.com> Date: Tue, 24 Aug 2021 10:39:38 -0300 Subject: [PATCH] Remove __TINYC__ check from stb_image.h This will be placed under textures.c --- src/external/stb_image.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/external/stb_image.h b/src/external/stb_image.h index 15f0a6581..accef4839 100644 --- a/src/external/stb_image.h +++ b/src/external/stb_image.h @@ -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