File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -790,15 +790,14 @@ typedef enum WASMAtomicEXTOpcode {
790
790
#endif
791
791
#define SET_GOTO_TABLE_ELEM (opcode ) [opcode] = HANDLE_OPCODE(opcode)
792
792
793
- #if (WASM_ENABLE_JIT != 0 || WASM_ENABLE_FAST_INTERP != 0 ) \
794
- && WASM_ENABLE_SIMD != 0
793
+ #if WASM_ENABLE_SIMDE != 0
795
794
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM () \
796
795
SET_GOTO_TABLE_ELEM(WASM_OP_SIMD_PREFIX),
797
796
#else
798
797
#define SET_GOTO_TABLE_SIMD_PREFIX_ELEM ()
799
798
#endif
800
799
801
- #if ( WASM_ENABLE_FAST_INTERP != 0 ) && WASM_ENABLE_SIMD != 0
800
+ #if WASM_ENABLE_SIMD != 0 && WASM_ENABLE_SIMDE != 0
802
801
#define DEF_EXT_V128_HANDLE () \
803
802
SET_GOTO_TABLE_ELEM(EXT_OP_SET_LOCAL_FAST_V128), /* 0xdd */ \
804
803
SET_GOTO_TABLE_ELEM (EXT_OP_TEE_LOCAL_FAST_V128 ), /* 0xde */ \
You can’t perform that action at this time.
0 commit comments