diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index 0afe5ab28..a1c386289 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -177,9 +177,17 @@ enum UnaryOp { AbsVecF32x4, NegVecF32x4, SqrtVecF32x4, + CeilVecF32x4, + FloorVecF32x4, + TruncVecF32x4, + NearestVecF32x4, AbsVecF64x2, NegVecF64x2, SqrtVecF64x2, + CeilVecF64x2, + FloorVecF64x2, + TruncVecF64x2, + NearestVecF64x2, // SIMD conversions TruncSatSVecF32x4ToVecI32x4, |