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