Skip to content

Commit 5f5d80f

Browse files
committed
Make changelog consistent between template and md file
1 parent f699021 commit 5f5d80f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

neon_intrinsics/advsimd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6225,8 +6225,8 @@ The intrinsics in this section are guarded by the macro ``__ARM_NEON``.
62256225

62266226
#### Dot product
62276227

6228-
| Intrinsic | Argument preparation | AArch64 Instruction | Result | Supported architectures |
6229-
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|--------------------------------|-------------------|---------------------------|
6228+
| Intrinsic | Argument preparation | AArch64 Instruction | Result | Supported architectures |
6229+
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|--------------------------------|-------------------|---------------------------|
62306230
| <code>float32x2_t <a href="https://developer.arm.com/architectures/instruction-sets/intrinsics/vdot_f32_f16" target="_blank">vdot_f32_f16</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp; float32x2_t r,<br>&nbsp;&nbsp;&nbsp;&nbsp; float16x4_t a,<br>&nbsp;&nbsp;&nbsp;&nbsp; float16x4_t b)</code> | `r -> Vd.2S`<br>`a -> Vn.4H`<br>`b -> Vm.4H` | `FDOT Vd.2S,Vn.4H,Vm.4H` | `Vd.2S -> result` | `A64` |
62316231
| <code>float32x4_t <a href="https://developer.arm.com/architectures/instruction-sets/intrinsics/vdotq_f32_f16" target="_blank">vdotq_f32_f16</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp; float32x4_t r,<br>&nbsp;&nbsp;&nbsp;&nbsp; float16x8_t a,<br>&nbsp;&nbsp;&nbsp;&nbsp; float16x8_t b)</code> | `r -> Vd.4S`<br>`a -> Vn.8H`<br>`b -> Vm.8H` | `FDOT Vd.4S,Vn.8H,Vm.8H` | `Vd.4S -> result` | `A64` |
62326232
| <code>float32x2_t <a href="https://developer.arm.com/architectures/instruction-sets/intrinsics/vdot_lane_f32_f16" target="_blank">vdot_lane_f32_f16</a>(<br>&nbsp;&nbsp;&nbsp;&nbsp; float32x2_t r,<br>&nbsp;&nbsp;&nbsp;&nbsp; float16x4_t a,<br>&nbsp;&nbsp;&nbsp;&nbsp; float16x4_t b,<br>&nbsp;&nbsp;&nbsp;&nbsp; const int lane)</code> | `r -> Vd.2S`<br>`a -> Vn.4H`<br>`b -> Vm.4H`<br>`0 <= lane <= 1` | `FDOT Vd.2S,Vn.4H,Vm.2H[lane]` | `Vd.2S -> result` | `A64` |

neon_intrinsics/advsimd.template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ for more information about Arm’s trademarks.
172172
### Changes for next release
173173

174174
* Added support for FEAT_F16F32DOT
175+
* Added support for FEAT_F16F32MM and FEAT_F16MM
175176

176177
<!---
177178
**** Do not remove! ****

0 commit comments

Comments
 (0)