Searched refs:CPUID_ECX_SSE3 (Results 1 – 1 of 1) sorted by relevance
30 #define CPUID_ECX_SSE3 0x00000001 macro130 cpu_features->has_sse3 = ((cpu_info[2] & CPUID_ECX_SSE3) != 0x0); in _sodium_runtime_intel_cpu_features()