[compiler-rt] [FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (PR #161595)
Alexandros Lamprineas via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 2 04:08:29 PDT 2025
================
@@ -190,3 +190,19 @@
#ifndef HWCAP2_CSSC
#define HWCAP2_CSSC (1UL << 34)
#endif
+
+#ifndef AT_HWCAP3
+#if defined(__linux__) || defined(__ANDROID__)
----------------
labrinea wrote:
We don't seem to care for non linux/android for other macros like AT_HWCAP and AT_HWCAP2 above. I couldn't find the values 38 and 39 for AT_HWCAP3/AT_HWCAP4 can you shed some light?
https://github.com/llvm/llvm-project/pull/161595
More information about the llvm-commits
mailing list