summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wasm.h b/src/wasm.h
index a707ab7a4..86ee12972 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -574,10 +574,10 @@ enum SIMDTernaryOp {
Bitselect,
// Relaxed SIMD
- RelaxedFmaVecF32x4,
- RelaxedFmsVecF32x4,
- RelaxedFmaVecF64x2,
- RelaxedFmsVecF64x2,
+ RelaxedMaddVecF32x4,
+ RelaxedNmaddVecF32x4,
+ RelaxedMaddVecF64x2,
+ RelaxedNmaddVecF64x2,
LaneselectI8x16,
LaneselectI16x8,
LaneselectI32x4,