File tree Expand file tree Collapse file tree 3 files changed +237
-197
lines changed Expand file tree Collapse file tree 3 files changed +237
-197
lines changed Original file line number Diff line number Diff line change @@ -929,6 +929,10 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
929
929
\text {f32 x4 .abs} &\Rightarrow & \F32 X4 .\VABS \\ &&|&
930
930
\text {f32 x4 .neg} &\Rightarrow & \F32 X4 .\VNEG \\ &&|&
931
931
\text {f32 x4 .sqrt} &\Rightarrow & \F32 X4 .\VSQRT \\ &&|&
932
+ \text {f32 x4 .ceil} &\Rightarrow & \F32 X4 .\VCEIL \\ &&|&
933
+ \text {f32 x4 .floor} &\Rightarrow & \F32 X4 .\VFLOOR \\ &&|&
934
+ \text {f32 x4 .trunc} &\Rightarrow & \F32 X4 .\VTRUNC \\ &&|&
935
+ \text {f32 x4 .nearest} &\Rightarrow & \F32 X4 .\VNEAREST \\ &&|&
932
936
\text {f32 x4 .add} &\Rightarrow & \F32 X4 .\VADD \\ &&|&
933
937
\text {f32 x4 .sub} &\Rightarrow & \F32 X4 .\VSUB \\ &&|&
934
938
\text {f32 x4 .mul} &\Rightarrow & \F32 X4 .\VMUL \\ &&|&
@@ -945,6 +949,10 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
945
949
\text {f64 x2 .abs} &\Rightarrow & \F64 X2 .\VABS \\ &&|&
946
950
\text {f64 x2 .neg} &\Rightarrow & \F64 X2 .\VNEG \\ &&|&
947
951
\text {f64 x2 .sqrt} &\Rightarrow & \F64 X2 .\VSQRT \\ &&|&
952
+ \text {f64 x2 .ceil} &\Rightarrow & \F64 X2 .\VCEIL \\ &&|&
953
+ \text {f64 x2 .floor} &\Rightarrow & \F64 X2 .\VFLOOR \\ &&|&
954
+ \text {f64 x2 .trunc} &\Rightarrow & \F64 X2 .\VTRUNC \\ &&|&
955
+ \text {f64 x2 .nearest} &\Rightarrow & \F64 X2 .\VNEAREST \\ &&|&
948
956
\text {f64 x2 .add} &\Rightarrow & \F64 X2 .\VADD \\ &&|&
949
957
\text {f64 x2 .sub} &\Rightarrow & \F64 X2 .\VSUB \\ &&|&
950
958
\text {f64 x2 .mul} &\Rightarrow & \F64 X2 .\VMUL \\ &&|&
You can’t perform that action at this time.
0 commit comments