Home
last modified time | relevance | path

Searched refs:LastAVX10 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp145 std::string LastAVX10; in initFeatureMap() local
161 LastAVX10 = Feature; in initFeatureMap()
194 << LastAVX512 + " " + LastAVX10 + "; will be promoted to avx10.1-512"; in initFeatureMap()
198 << LastAVX10 + (HasEVEX512 == FE_TRUE ? " +evex512" : " -evex512"); in initFeatureMap()