Home
last modified time | relevance | path

Searched refs:CC_HAS_SupplementalSSE3 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h25 #define CC_HAS_SupplementalSSE3() ((cpuid_features() & CPUID_FEATURE_SSSE3) != 0) macro
36 #define CC_HAS_SupplementalSSE3() (_get_cpu_capabilities() & kHasSupplementalSSE3) macro
46 #define CC_HAS_SupplementalSSE3() 0 macro
55 #define CC_HAS_SupplementalSSE3() __builtin_cpu_supports("ssse3") macro