Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h749 #define STBI_SIMD_ALIGN(type, name) __declspec(align(16)) type name macro
760 #define STBI_SIMD_ALIGN(type, name) type name __attribute__((aligned(16))) macro
783 #define STBI_SIMD_ALIGN(type, name) __declspec(align(16)) type name macro
785 #define STBI_SIMD_ALIGN(type, name) type name __attribute__((aligned(16))) macro
789 #ifndef STBI_SIMD_ALIGN
790 #define STBI_SIMD_ALIGN(type, name) type name macro
2953 STBI_SIMD_ALIGN(short, data[64]); in stbi__parse_entropy_coded_data()
2979 STBI_SIMD_ALIGN(short, data[64]); in stbi__parse_entropy_coded_data()

Completed in 12 milliseconds