[clang] [Clang] [Lexer] Detect SSE4.2 availability at runtime in fastParseASCIIIdentifier (PR #171914)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 20 03:18:30 PST 2025
serge-sans-paille wrote:
@Thibault-Monnier there would still be a runtime check (through `ifunc`, see https://godbolt.org/z/T156T75Ef).
You can remove this at the cost of more macro guard, something along those lines https://godbolt.org/z/fKcc9qjdc
https://github.com/llvm/llvm-project/pull/171914
More information about the cfe-commits
mailing list