Searched refs:CPUID_EBX_AVX512F (Results 1 – 1 of 1) sorted by relevance
28 #define CPUID_EBX_AVX512F 0x00010000 macro200 cpu_features->has_avx512f = ((cpu_info7[1] & CPUID_EBX_AVX512F) != 0x0); in _sodium_runtime_intel_cpu_features()