Skip to content

Commit f9fcdf7

Browse files
Promote FP8 ACLE status from Alpha to Beta
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 3a5295a commit f9fcdf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: main/acle.md

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

448450
### References
449451

@@ -5886,7 +5888,7 @@ each architecture includes its predecessor instruction set.
58865888
# About FP8 intrinsics
58875889

58885890
The specification for FP8 intrinsics is in
5889-
[**Alpha** state](#current-status-and-anticipated-changes).
5891+
[**Beta** state](#current-status-and-anticipated-changes).
58905892

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

0 commit comments

Comments
 (0)