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

@ -1316,13 +1316,6 @@ aot_compile_func(AOTCompContext *comp_ctx, uint32 func_index)
return false;
break;
#if WASM_ENABLE_SIMD != 0
case WASM_OP_SELECT_128:
if (!aot_compile_op_select(comp_ctx, func_ctx, true))
return false;
break;
#endif
#if WASM_ENABLE_REF_TYPES != 0 || WASM_ENABLE_GC != 0
case WASM_OP_SELECT_T:
{