[compiler-rt] [FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (PR #161595)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 06:59:56 PDT 2025
================
@@ -19,9 +18,14 @@ void CONSTRUCTOR_ATTRIBUTE __init_cpu_features(void) {
if (res)
return;
+ elf_aux_info(AT_HWCAP3, &hwcap3, sizeof hwcap3);
----------------
enh-google wrote:
yeah, seems like the early exit should be moved below these two additions...
https://github.com/llvm/llvm-project/pull/161595
More information about the llvm-commits
mailing list