[clang] [compiler-rt] [llvm] [FMV][AArch64] Add feature CSSC and detect on linux platform. (PR #132727)
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 08:11:29 PDT 2025
================
@@ -33,7 +33,7 @@ enum CPUFeatures {
FEAT_FP,
FEAT_SIMD,
FEAT_CRC,
- RESERVED_FEAT_SHA1, // previously used and now ABI legacy
+ FEAT_CSSC,
----------------
jroelofs wrote:
Is re-using this index okay re: the ABI legacy thing?
https://github.com/llvm/llvm-project/pull/132727
More information about the llvm-commits
mailing list