Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h26 #define CC_HAS_AVX1() ((cpuid_features() & CPUID_FEATURE_AVX1_0) != 0) macro
37 #define CC_HAS_AVX1() (_get_cpu_capabilities() & kHasAVX1_0) macro
47 #define CC_HAS_AVX1() 0 macro
56 #define CC_HAS_AVX1() __builtin_cpu_supports("avx") macro
/xnu-8020.101.4/osfmk/corecrypto/
H A Dccsha256_di.c56 ((CC_HAS_AVX1() ? &ccsha256_vng_intel_AVX1_di : in ccsha256_di()