modify macro related to simde when WASM_OP_SELECT_128 (#4461)
* remove macro of fast interpreter when WASM_OP_SELECT_128 * Modified some macros related to SIMDE
This commit is contained in:
@ -1887,7 +1887,7 @@ wasm_interp_call_func_bytecode(WASMModuleInstance *module,
|
||||
}
|
||||
HANDLE_OP_END();
|
||||
}
|
||||
#if WASM_ENABLE_SIMD != 0
|
||||
#if WASM_ENABLE_SIMDE != 0
|
||||
HANDLE_OP(WASM_OP_SELECT_128)
|
||||
{
|
||||
cond = frame_lp[GET_OFFSET()];
|
||||
|
||||
Reference in New Issue
Block a user