Searched refs:CC_HAS_SupplementalSSE3 (Results 1 – 1 of 1) sorted by relevance
25 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0) macro36 #define CC_HAS_SupplementalSSE3() (_get_cpu_capabilities() & kHasSupplementalSSE3) macro46 #define CC_HAS_SupplementalSSE3() 0 macro55 #define CC_HAS_SupplementalSSE3() __builtin_cpu_supports("ssse3") macro