Searched refs:CPUID_ECX_PCLMUL (Results 1 – 1 of 1) sorted by relevance
31 #define CPUID_ECX_PCLMUL 0x00000002 macro205 cpu_features->has_pclmul = ((cpu_info[2] & CPUID_ECX_PCLMUL) != 0x0); in _sodium_runtime_intel_cpu_features()