Searched refs:HasAVX512F (Results 1 – 1 of 1) sorted by relevance
142 bool HasAVX512F = Features.lookup("avx512f"); in initFeatureMap() local171 } else if (!HasAVX512F && StringRef(Feature).starts_with("+avx512")) { in initFeatureMap()172 HasAVX512F = true; in initFeatureMap()174 } else if (HasAVX512F && Feature == "-avx512f") { in initFeatureMap()175 HasAVX512F = false; in initFeatureMap()189 if (HasAVX512F) { in initFeatureMap()