Skip to content

Commit

Permalink
Merge pull request #318 from CarolineConcatto/sve2p1
Browse files Browse the repository at this point in the history
Add message of Alpha state for SVE2.1
  • Loading branch information
CarolineConcatto authored May 7, 2024
2 parents f947de6 + aff7d76 commit 255e9fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin

#### Changes for next release

* Added [**Alpha**](#current-status-and-anticipated-changes)
support for SVE2.1 (FEAT_SVE2p1).

### References

This document refers to the following documents.
Expand Down Expand Up @@ -8648,6 +8651,10 @@ when move instructions are required.

### SVE2 BFloat16 data-processing instructions.

The specification for B16B16 is in
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
extended in the future.

The instructions in this section are available when __ARM_FEATURE_B16B16 is
non-zero.

Expand Down Expand Up @@ -8774,6 +8781,10 @@ BFloat16 floating-point multiply vectors.

### SVE2.1 instruction intrinsics

The specification for SVE2.1 is in
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
extended in the future.

The functions in this section are defined by the header file
[`<arm_sve.h>`](#arm_sve.h) when `__ARM_FEATURE_SVE2p1` is defined.

Expand Down Expand Up @@ -11839,6 +11850,10 @@ are named after. All of the functions have external linkage.

### SVE2.1 and SME2 instruction intrinsics

The specification for SVE2.1 is in
[**Alpha** state](#current-status-and-anticipated-changes) and may change or be
extended in the future.

The functions in this section are defined by either the header file
[`<arm_sve.h>`](#arm_sve.h) or [`<arm_sme.h>`](#arm_sme.h)
when `__ARM_FEATURE_SVE2.1` or `__ARM_FEATURE_SME2` is defined, respectively.
Expand Down

0 comments on commit 255e9fb

Please sign in to comment.