[clang] [compiler-rt] [llvm] [FMV][AArch64] Remove feature sha1 from FMV. (PR #108383)
Andrew Carlotti via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 18 11:53:50 PDT 2024
================
@@ -33,7 +33,6 @@ enum CPUFeatures {
FEAT_FP,
FEAT_SIMD,
FEAT_CRC,
- FEAT_SHA1,
----------------
andrewcarlotti wrote:
> And the clang and gcc implementations of FMV are already ABI incompatible for other reasons.
Are they? I'm not currently aware of any incompatibilities.
https://github.com/llvm/llvm-project/pull/108383
More information about the cfe-commits
mailing list