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:
Liu Jia
2025-07-17 08:04:41 +08:00
committed by GitHub
parent 46d4e248bb
commit 704aa3e7e5
4 changed files with 6 additions and 17 deletions

View File

@ -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()];