Skip to content

Commit

Permalink
Emit imm for lane extract and replace (#3906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzzabiyaka authored Nov 13, 2024
1 parent c930c4d commit fbbcd08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/iwasm/interpreter/wasm_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -15225,7 +15225,9 @@ wasm_loader_prepare_bytecode(WASMModule *module, WASMFunction *func,
error_buf, error_buf_size)))
goto fail;
}

#if WASM_ENABLE_FAST_INTERP != 0
emit_byte(loader_ctx, lane);
#endif
POP_AND_PUSH(
VALUE_TYPE_V128,
push_type[opcode1 - SIMD_i8x16_extract_lane_s]);
Expand Down

0 comments on commit fbbcd08

Please sign in to comment.