aarch64: fp8 convert and scale - add feature flags and related structures

This commit is contained in:
Victor Do Nascimento
2024-02-29 13:35:26 +00:00
committed by Victor Do Nascimento
parent 3e09762b7d
commit 7d0383ad39
4 changed files with 23 additions and 0 deletions

View File

@@ -234,6 +234,8 @@ enum aarch64_feature_bit {
AARCH64_FEATURE_CPA,
/* FAMINMAX instructions. */
AARCH64_FEATURE_FAMINMAX,
/* FP8 instructions. */
AARCH64_FEATURE_FP8,
AARCH64_NUM_FEATURES
};