[clang] [compiler-rt] [llvm] [AArch64][FMV] Support feature MOPS in Function Multi Versioning. (PR #78788)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 22 04:26:42 PST 2024
================
@@ -172,6 +172,11 @@ static void __init_cpu_features_constructor(unsigned long hwcap,
// ID_AA64ISAR1_EL1.LS64 >= 0b0011
if (extractBits(ftr, 60, 4) >= 0x3)
setCPUFeature(FEAT_LS64_ACCDATA);
+
----------------
DanielKristofKiss wrote:
Won't be any observable difference as the two shall have the same value.
https://github.com/llvm/llvm-project/pull/78788
More information about the cfe-commits
mailing list