Searched refs:HaveBuiltPathForAvx (Results 1 – 3 of 3) sorted by relevance
26 bool HaveBuiltPathForAvx() { return false; } in HaveBuiltPathForAvx() function30 bool HaveBuiltPathForAvx() { return true; }
24 bool HaveBuiltPathForAvx();
123 [=]() { return HaveBuiltPathForAvx() && cpuinfo->Avx(); }); in DetectRuntimeSupportedPaths()