Skip to content

Commit 0cecab2

Browse files
authored
Add _n forms of the SVE2p1 and SME2 svdot intrinsics (#378)
The base SVE forms of svdot have synthetic _n forms. The SVE2p1 and SME2 forms should too, for consistency.
1 parent b08fb88 commit 0cecab2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/acle.md

+3
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
437437
* Added [`__arm_agnostic`](#arm_agnostic) keyword attribute.
438438
* Refined function versioning scope and signature rules to use the default
439439
version scope and signature.
440+
* Added `_n` forms of the SVE2p1 and SME2 `svdot` intrinsics.
440441
* Changed the status of the SME2p1 ACLE from Alpha to Beta.
441442
* Changed the status of the SVE2p1 ACLE from Alpha to Beta.
442443

@@ -12703,6 +12704,8 @@ Multi-vector dot-product (2-way)
1270312704
// Variants are also available for _s32_s16 and _u32_u16
1270412705
svfloat32_t svdot[_f32_f16](svfloat32_t zda, svfloat16_t zn,
1270512706
svfloat16_t zm);
12707+
svfloat32_t svdot[_n_f32_f16](svfloat32_t zda, svfloat16_t zn,
12708+
float16_t zm);
1270612709
```
1270712710

1270812711
#### UDOT, SDOT, FDOT (indexed)

0 commit comments

Comments
 (0)