diff --git a/src/textures.c b/src/textures.c index 6d5c2c5f4..f8b693d60 100644 --- a/src/textures.c +++ b/src/textures.c @@ -102,6 +102,10 @@ #define STBI_NO_PIC #define STBI_NO_PNM // Image format .ppm and .pgm +#if defined(__TINYC__) + #define STBI_NO_SIMD +#endif + #if (defined(SUPPORT_FILEFORMAT_BMP) || \ defined(SUPPORT_FILEFORMAT_PNG) || \ defined(SUPPORT_FILEFORMAT_TGA) || \