Home
last modified time | relevance | path

Searched refs:STBI_NO_SIMD (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h273 // defining STBI_NO_SIMD.
696 #if defined(__GNUC__) && defined(STBI__X86_TARGET) && !defined(__SSE2__) && !defined(STBI_NO_SIMD)
704 #define STBI_NO_SIMD macro
707 #if defined(__MINGW32__) && defined(STBI__X86_TARGET) && !defined(STBI_MINGW_ENABLE_SSE2) && !defined(STBI_NO_SIMD)
719 #define STBI_NO_SIMD macro
722 #if !defined(STBI_NO_SIMD) && (defined(STBI__X86_TARGET) || defined(STBI__X64_TARGET))
776 #if defined(STBI_NO_SIMD) && defined(STBI_NEON)

Completed in 12 milliseconds