We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6a2e7 commit 632f662Copy full SHA for 632f662
core/iwasm/interpreter/wasm_opcode.h
@@ -278,7 +278,7 @@ typedef enum WASMOpcode {
278
DEBUG_OP_BREAK = 0xdc, /* debug break point */
279
#endif
280
281
-#if (WASM_ENABLE_JIT != 0 || (WASM_ENABLE_FAST_INTERP != 0)) \
+#if WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0 \
282
&& WASM_ENABLE_SIMD != 0
283
EXT_OP_SET_LOCAL_FAST_V128 = 0xdd,
284
EXT_OP_TEE_LOCAL_FAST_V128 = 0xde,
0 commit comments