================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to