diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:22:16 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-09-05 13:12:36 +0100 |
commit | 5d1187b308e4a55285b744567e3c7078689a3b2e (patch) | |
tree | 22be463077983d2390a17739ed114bb0a9299d25 /docs/system/arm | |
parent | 0e1850182a1faae23fcafc069a0af929930b20bb (diff) | |
download | qemu-5d1187b308e4a55285b744567e3c7078689a3b2e.zip qemu-5d1187b308e4a55285b744567e3c7078689a3b2e.tar.gz qemu-5d1187b308e4a55285b744567e3c7078689a3b2e.tar.bz2 |
target/arm: Enable FEAT_EBF16 in the "max" CPU
Now that we've implemented the required behaviour for FEAT_EBF16, we
can enable it for the "max" CPU type, list it in our documentation,
and delete a TODO comment about it being missing.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/system/arm')
-rw-r--r-- | docs/system/arm/emulation.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst index 3ab6e72..35f52a5 100644 --- a/docs/system/arm/emulation.rst +++ b/docs/system/arm/emulation.rst @@ -45,6 +45,7 @@ the following architecture extensions: - FEAT_DotProd (Advanced SIMD dot product instructions) - FEAT_DoubleFault (Double Fault Extension) - FEAT_E0PD (Preventing EL0 access to halves of address maps) +- FEAT_EBF16 (AArch64 Extended BFloat16 instructions) - FEAT_ECV (Enhanced Counter Virtualization) - FEAT_EL0 (Support for execution at EL0) - FEAT_EL1 (Support for execution at EL1) |