[clang] [llvm] [AArch64] Add the Ampere1B core (PR #81297)
Philipp Tomsich via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 9 14:10:25 PST 2024
================
@@ -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,
----------------
ptomsich wrote:
Looks like that one slipped it when adding the clang-format changes for the new core.
Thanks for the heads-up, I'll update the PR.
https://github.com/llvm/llvm-project/pull/81297
More information about the cfe-commits
mailing list