File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -437,6 +437,7 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
437
437
* Added [`__arm_agnostic`](#arm_agnostic) keyword attribute.
438
438
* Refined function versioning scope and signature rules to use the default
439
439
version scope and signature.
440
+ * Added `_n` forms of the SVE2p1 and SME2 `svdot` intrinsics.
440
441
* Changed the status of the SME2p1 ACLE from Alpha to Beta.
441
442
* Changed the status of the SVE2p1 ACLE from Alpha to Beta.
442
443
@@ -12703,6 +12704,8 @@ Multi-vector dot-product (2-way)
12703
12704
// Variants are also available for _s32_s16 and _u32_u16
12704
12705
svfloat32_t svdot[_f32_f16](svfloat32_t zda, svfloat16_t zn,
12705
12706
svfloat16_t zm);
12707
+ svfloat32_t svdot[_n_f32_f16](svfloat32_t zda, svfloat16_t zn,
12708
+ float16_t zm);
12706
12709
```
12707
12710
12708
12711
#### UDOT, SDOT, FDOT (indexed)
You can’t perform that action at this time.
0 commit comments