Searched refs:CPUID_ECX_SSE41 (Results 1 – 1 of 1) sorted by relevance
33 #define CPUID_ECX_SSE41 0x00080000 macro142 cpu_features->has_sse41 = ((cpu_info[2] & CPUID_ECX_SSE41) != 0x0); in _sodium_runtime_intel_cpu_features()