We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72535e4 commit d01b702Copy full SHA for d01b702
core/iwasm/interpreter/wasm_opcode.h
@@ -798,7 +798,7 @@ typedef enum WASMAtomicEXTOpcode {
798
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM()
799
#endif
800
801
-#if (WASM_ENABLE_FAST_INTERP != 0) && WASM_ENABLE_SIMD != 0
+#if WASM_ENABLE_FAST_INTERP != 0 && WASM_ENABLE_SIMD != 0
802
#define DEF_EXT_V128_HANDLE() \
803
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), \
804
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
0 commit comments