Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c07cdb6ae80b0847da58a6acb1022b8b3e170073 https://github.com/WebKit/WebKit/commit/c07cdb6ae80b0847da58a6acb1022b8b3e170073 Author: Žan Doberšek <zdober...@igalia.com> Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths: M Source/JavaScriptCore/assembler/MacroAssembler.h M Source/JavaScriptCore/offlineasm/riscv64.rb M Source/WTF/wtf/PlatformEnable.h Log Message: ----------- Unreviewed build fixes for RISCV64 https://bugs.webkit.org/show_bug.cgi?id=253700 Unreviewed build fixes for RISCV64 builds of JavaScriptCore. * Source/JavaScriptCore/assembler/MacroAssembler.h: Enable the moveFloat and moveDouble methods that work with immediate values, sharing the scratch register variant with x86-64. * Source/JavaScriptCore/offlineasm/riscv64.rb: Also generate WASM placeholders for the loadv and storev opcodes, used in WebAssembly.asm. * Source/WTF/wtf/PlatformEnable.h: Avoid further compilation issues by enabling ENABLE_WEBASSEMBLY_B3JIT alongside ENABLE_WEBASSEMBLY. Canonical link: https://commits.webkit.org/261498@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes