[clang] [compiler-rt] [AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (PR #82378)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 28 10:16:33 PST 2024


alexfh wrote:

This makes the clang diverge from the GCC behavior, for example, GCC happily compiles `(void)__builtin_cpu_supports("neon");` on x86, but clang doesn't after this patch: https://gcc.godbolt.org/z/a367Pd7sE

https://github.com/llvm/llvm-project/pull/82378


More information about the cfe-commits mailing list