Searched refs:has_fma3 (Results 1 – 4 of 4) sorted by relevance
98 bool has_fma3() const { return has_fma3_; } in has_fma3() function
391 has_fma3_ = features.x86.has_fma3; in StarboardDetectCPU()
148 if (cpu.has_fma3()) SetSupported(FMA3); in ProbeImpl()
102 if (cpu.has_fma3()) SetSupported(FMA3); in ProbeImpl()