[all-commits] [llvm/llvm-project] f23343: [AArch64] Fix feature list for FUJITSU-MONAKA proc...
Yuta Mukai via All-commits
all-commits at lists.llvm.org
Tue May 13 13:23:10 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: f233430d977b67cc6aba9362b7d9f1a82d43d6d1
https://github.com/llvm/llvm-project/commit/f233430d977b67cc6aba9362b7d9f1a82d43d6d1
Author: Yuta Mukai <mukai.yuta at fujitsu.com>
Date: 2025-05-13 (Tue, 13 May 2025)
Changed paths:
M clang/test/Driver/print-enabled-extensions/aarch64-fujitsu-monaka.c
M llvm/lib/Target/AArch64/AArch64Processors.td
Log Message:
-----------
[AArch64] Fix feature list for FUJITSU-MONAKA processor (#139212)
FEAT_FP8DOT4 and FEAT_FP8FMA are supported by FUJITSU-MONAKA. These were
previously enabled due to dependencies, but now require explicit
activation due to modifications in the dependencies.
(cherry picked from commit 9d5a5424f0356bd6ee01c751dd6957299783b41b)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list