Skip to content

Commit

Permalink
Merge pull request #24 from dhil/wasmfx-merge
Browse files Browse the repository at this point in the history
Merge with WebAssembly/main
  • Loading branch information
dhil committed Feb 12, 2024
2 parents e746b32 + c8cbfd2 commit 4663060
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 197 deletions.
8 changes: 8 additions & 0 deletions document/core/text/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,10 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
\text{f32x4.abs} &\Rightarrow& \F32X4.\VABS\\ &&|&
\text{f32x4.neg} &\Rightarrow& \F32X4.\VNEG\\ &&|&
\text{f32x4.sqrt} &\Rightarrow& \F32X4.\VSQRT\\ &&|&
\text{f32x4.ceil} &\Rightarrow& \F32X4.\VCEIL\\ &&|&
\text{f32x4.floor} &\Rightarrow& \F32X4.\VFLOOR\\ &&|&
\text{f32x4.trunc} &\Rightarrow& \F32X4.\VTRUNC\\ &&|&
\text{f32x4.nearest} &\Rightarrow& \F32X4.\VNEAREST\\ &&|&
\text{f32x4.add} &\Rightarrow& \F32X4.\VADD\\ &&|&
\text{f32x4.sub} &\Rightarrow& \F32X4.\VSUB\\ &&|&
\text{f32x4.mul} &\Rightarrow& \F32X4.\VMUL\\ &&|&
Expand All @@ -945,6 +949,10 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
\text{f64x2.abs} &\Rightarrow& \F64X2.\VABS\\ &&|&
\text{f64x2.neg} &\Rightarrow& \F64X2.\VNEG\\ &&|&
\text{f64x2.sqrt} &\Rightarrow& \F64X2.\VSQRT\\ &&|&
\text{f64x2.ceil} &\Rightarrow& \F64X2.\VCEIL\\ &&|&
\text{f64x2.floor} &\Rightarrow& \F64X2.\VFLOOR\\ &&|&
\text{f64x2.trunc} &\Rightarrow& \F64X2.\VTRUNC\\ &&|&
\text{f64x2.nearest} &\Rightarrow& \F64X2.\VNEAREST\\ &&|&
\text{f64x2.add} &\Rightarrow& \F64X2.\VADD\\ &&|&
\text{f64x2.sub} &\Rightarrow& \F64X2.\VSUB\\ &&|&
\text{f64x2.mul} &\Rightarrow& \F64X2.\VMUL\\ &&|&
Expand Down
Loading

0 comments on commit 4663060

Please sign in to comment.