[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:52:01 PDT 2025


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

nit: having `// Linux` and `// BSD` on each of the four lines might be clearer?

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


More information about the llvm-commits mailing list