AArch64: Add FEAT_F16F32DOT instructions

This includes the instructions for the F16F32DOT feature:
    - FDOT half-precision to single-precision, by element
    - FDOT half-precision to single-precision, vector
This commit is contained in:
Sivan Shani
2025-12-17 16:36:54 +00:00
committed by Alice Carlotti
parent a722387a1f
commit 4373edd2f6
8 changed files with 90 additions and 11 deletions

View File

@@ -271,6 +271,8 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_SVE2p3,
/* SME2.3. */
AARCH64_FEATURE_SME2p3,
/* F16F32DOT instructions. */
AARCH64_FEATURE_F16F32DOT,
/* Virtual features. These are used to gate instructions that are enabled
by either of two (or more) sets of command line flags. */