[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:55:17 PDT 2025


================
@@ -190,3 +190,20 @@
 #ifndef HWCAP2_CSSC
 #define HWCAP2_CSSC (1UL << 34)
 #endif
+
+// Linux and BSD values
----------------
enh-google wrote:

i realize there's no single "bsd" define we can use, otherwise i'd have suggested that and a #error instead.

actually, looking at my local checkouts ... it seems like these are only in FreeBSD atm anyway?

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


More information about the llvm-commits mailing list