Home
last modified time | relevance | path

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

/xnu-8020.101.4/EXTERNAL_HEADERS/corecrypto/
H A Dcc_runtime_config.h27 #define CC_HAS_AVX2() ((cpuid_info()->cpuid_leaf7_features & CPUID_LEAF7_FEATURE_AVX2) != 0) macro
38 #define CC_HAS_AVX2() (_get_cpu_capabilities() & kHasAVX2_0) macro
48 #define CC_HAS_AVX2() 0 macro
57 #define CC_HAS_AVX2() __builtin_cpu_supports("avx2") macro
/xnu-8020.101.4/osfmk/corecrypto/
H A Dccsha256_di.c55 { return CC_HAS_AVX2() ? &ccsha256_vng_intel_AVX2_di : in ccsha256_di()