Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit bbb88f2

Browse files
authored
Add pmin/pmax to NewOpcodes.md (#354)
1 parent 34a5da5 commit bbb88f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

proposals/simd/NewOpcodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
| f32x4.div | 0xe7 | f64x2.div | 0xf3 |
120120
| f32x4.min | 0xe8 | f64x2.min | 0xf4 |
121121
| f32x4.max | 0xe9 | f64x2.max | 0xf5 |
122-
| ---- pmin ---- | 0xea | ---- pmin ---- | 0xf6 |
123-
| ---- pmax ---- | 0xeb | ---- pmax ---- | 0xf7 |
122+
| f32x4.pmin | 0xea | f64x2.pmin | 0xf6 |
123+
| f32x4.pmax | 0xeb | f64x2.pmax | 0xf7 |
124124

125125
| Conversion Op | opcode |
126126
| ----------------------- | ------ |

0 commit comments

Comments
 (0)