Searched refs:cpu_has_fma4 (Results 1 – 3 of 3) sorted by relevance
79 #define cpu_has_fma4 boot_cpu_has(X86_FEATURE_FMA4) macro
179 #define cpu_has_fma4 (cp.extd.fma4 && xcr0_mask(6)) macro
87 return cpu_has_fma4; in simd_check_fma4()
Completed in 20 milliseconds