Skip to content

Commit

Permalink
Update nomenclature to match @Maratyszcza proposal in WebAssembly#127
Browse files Browse the repository at this point in the history
  • Loading branch information
omnisip committed Oct 15, 2020
1 parent 4d0a236 commit e699ff6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proposals/simd/BinarySIMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,4 @@ For example, `ImmLaneIdx16` is a byte with values in the range 0-15 (inclusive).
| `i32x4.trunc_sat_f32x4_u` | `0xf9`| - |
| `f32x4.convert_i32x4_s` | `0xfa`| - |
| `f32x4.convert_i32x4_u` | `0xfb`| - |
| `i16x8.extmul_padd_i8x16_u`| | - |
| `i16x8.dot_i8x16_u` | | - |
2 changes: 1 addition & 1 deletion proposals/simd/ImplementationStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
| `i32x4.trunc_sat_f32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
| `f32x4.convert_i32x4_s` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
| `f32x4.convert_i32x4_u` | `-msimd128` | :heavy_check_mark: | | | :heavy_check_mark: |
| `i16x8.extmul_padd_i8x16_u`| | | | | |
| `i16x8.dot_i8x16_u` | | | | | |

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

Expand Down
2 changes: 1 addition & 1 deletion proposals/simd/SIMD.md
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ def S.widen_high_T_u(a):


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

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

0 comments on commit e699ff6

Please sign in to comment.