From 644c757ffb94ff2f452976228fee9bbdfba762fa Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sat, 11 Jan 2025 07:17:39 +0000 Subject: automatic import of chromium --- riscv-v8.patch | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 riscv-v8.patch (limited to 'riscv-v8.patch') diff --git a/riscv-v8.patch b/riscv-v8.patch new file mode 100644 index 0000000..8fe236b --- /dev/null +++ b/riscv-v8.patch @@ -0,0 +1,27 @@ +Index: chromium-128.0.6613.84/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv-inl.h +=================================================================== +--- chromium-128.0.6613.84.orig/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv-inl.h ++++ chromium-128.0.6613.84/v8/src/wasm/baseline/riscv/liftoff-assembler-riscv-inl.h +@@ -2368,6 +2368,22 @@ void LiftoffAssembler::CallFrameSetupStu + CallBuiltin(Builtin::kWasmLiftoffFrameSetup); + } + ++bool LiftoffAssembler::emit_f16x8_splat(LiftoffRegister dst, ++ LiftoffRegister src) { ++ return false; ++} ++bool LiftoffAssembler::emit_f16x8_extract_lane(LiftoffRegister dst, ++ LiftoffRegister lhs, ++ uint8_t imm_lane_idx) { ++ return false; ++} ++bool LiftoffAssembler::emit_f16x8_replace_lane(LiftoffRegister dst, ++ LiftoffRegister src1, ++ LiftoffRegister src2, ++ uint8_t imm_lane_idx) { ++ return false; ++} ++ + } // namespace v8::internal::wasm + + #endif // V8_WASM_BASELINE_RISCV_LIFTOFF_ASSEMBLER_RISCV_INL_H_ -- cgit v1.2.3