Skip to content

Commit 02c2430

Browse files
Promote FP8 ACLE status from Alpha to Beta (#388)
The support for modal 8-bit floating point intrinsics, FP8 ACLE, has being implemented in upstream by Clang/LLVM and GCC, so I think they're ready to be treated as Beta.
1 parent 6887e3d commit 02c2430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main/acle.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
445445
* Added `svdot[_n_f16_mf8]_fpm` and `svdot[_n_f32_mf8]_fpm`.
446446
* Added Guarded Control Stack (GCS) at
447447
[**Beta**](#current-status-and-anticipated-changes) quality level.
448+
* Upgrade to [**Beta**] (#current-status-and-anticipated-changes)
449+
support for modal 8-bit floating point intrinsics.
448450

449451
#### Changes for next release
450452

@@ -5920,7 +5922,7 @@ each architecture includes its predecessor instruction set.
59205922
# About FP8 intrinsics
59215923

59225924
The specification for FP8 intrinsics is in
5923-
[**Alpha** state](#current-status-and-anticipated-changes).
5925+
[**Beta** state](#current-status-and-anticipated-changes).
59245926

59255927
Each 8-bit floating point intrinsic call has a parameter to define the format
59265928
and scale of the operands, and the overflow behavior, as applicable to each

0 commit comments

Comments
 (0)