Skip to content

Commit e699ff6

Browse files
committed
Update nomenclature to match @Maratyszcza proposal in WebAssembly#127
1 parent 4d0a236 commit e699ff6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

proposals/simd/BinarySIMD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
222222
| `i32x4.trunc_sat_f32x4_u` | `0xf9`| - |
223223
| `f32x4.convert_i32x4_s` | `0xfa`| - |
224224
| `f32x4.convert_i32x4_u` | `0xfb`| - |
225-
| `i16x8.extmul_padd_i8x16_u`| | - |
225+
| `i16x8.dot_i8x16_u` | | - |

proposals/simd/ImplementationStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
| `i32x4.trunc_sat_f32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
191191
| `f32x4.convert_i32x4_s` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
192192
| `f32x4.convert_i32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
193-
| `i16x8.extmul_padd_i8x16_u`| | | | | |
193+
| `i16x8.dot_i8x16_u` | | | | | |
194194

195195
[1] Tip of tree LLVM as of May 20, 2020
196196

proposals/simd/SIMD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ def S.widen_high_T_u(a):
10261026

10271027

10281028
### Horizontal Multiply Extend and Add
1029-
* `i16x8.extmul_padd_i8x16_u(a: v128, b: v128) -> v128`
1029+
* `i16x8.dot_i8x16_u(a: v128, b: v128) -> v128`
10301030

10311031
Multiplies two u8x16 vectors, temporarily expands the values to two i16x8s, before performing
10321032
pairwise addition leading to one i16x8/u16x8.

0 commit comments

Comments
 (0)