[clang] [compiler-rt] [llvm] [AArch64][FMV] Support feature MOPS in Function Multi Versioning. (PR #78788)

Alexandros Lamprineas via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 05:07: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);
+
----------------
labrinea wrote:

Done

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


More information about the cfe-commits mailing list