summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h
index d361652b4..2bf057c7b 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -464,10 +464,10 @@ enum BinaryOp {
NarrowUVecI32x4ToVecI16x8,
// SIMD Swizzle
- SwizzleVec8x16,
+ SwizzleVecI8x16,
// Relaxed SIMD
- RelaxedSwizzleVec8x16,
+ RelaxedSwizzleVecI8x16,
RelaxedMinVecF32x4,
RelaxedMaxVecF32x4,
RelaxedMinVecF64x2,