================ @@ -784,27 +784,32 @@ inline constexpr CpuInfo CpuInfos[] = { (AArch64::ExtensionBitset( {AArch64::AEK_AES, AArch64::AEK_SHA2, AArch64::AEK_CRC}))}, {"tsv110", ARMV8_2A, - (AArch64::ExtensionBitset( - {AArch64::AEK_AES, AArch64::AEK_SHA2, AArch64::AEK_DOTPROD, - AArch64::AEK_FP16, AArch64::AEK_FP16FML, AArch64::AEK_PROFILE, - AArch64::AEK_JSCVT, AArch64::AEK_FCMA}))}, + (AArch64::ExtensionBitset({AArch64::AEK_AES, AArch64::AEK_SHA2, ---------------- jthackray wrote:
Nit: this appears to be a NFC whitespace cleanup for an unrelated core. Would prefer it if your change was just for ampere1b. (Can we clang-format in a later change, as there are a lot of other places indentation needs fixing?) https://github.com/llvm/llvm-project/pull/81297 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits