File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -791,14 +791,15 @@ typedef enum WASMAtomicEXTOpcode {
791791#define SET_GOTO_TABLE_ELEM (opcode ) [opcode] = HANDLE_OPCODE(opcode)
792792
793793#if (WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0 ) \
794- && WASM_ENABLE_SIMD != 0
794+ && WASM_ENABLE_SIMD != 0 && WASM_ENABLE_SIMDE != 0
795795#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM () \
796796 SET_GOTO_TABLE_ELEM(WASM_OP_SIMD_PREFIX),
797797#else
798798#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM ()
799799#endif
800800
801- #if (WASM_ENABLE_FAST_INTERP != 0 ) && WASM_ENABLE_SIMD != 0
801+ #if (WASM_ENABLE_FAST_INTERP != 0 ) && WASM_ENABLE_SIMD != 0 \
802+ && WASM_ENABLE_SIMDE != 0
802803#define DEF_EXT_V128_HANDLE () \
803804 SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), /* 0xdd */ \
804805 SET_GOTO_TABLE_ELEM (EXT_OP_TEE_LOCAL_FAST_V128 ), /* 0xde */ \
You can’t perform that action at this time.
0 commit comments