File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 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
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)
You can’t perform that action at this time.
0 commit comments