[compiler-rt] [FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (PR #161595)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 3 07:51:21 PDT 2025


================
@@ -12,10 +12,14 @@ void CONSTRUCTOR_ATTRIBUTE __init_cpu_features(void) {
 
   unsigned long hwcap = getauxval(AT_HWCAP);
----------------
enh-google wrote:

(nit: at this point, you don't need the locals and could just assign straight into the struct. not a regression though.)

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


More information about the llvm-commits mailing list