mirror of
https://github.com/openwrt/video.git
synced 2026-06-17 12:40:19 +04:00
wpewebkit: update to version 2.52.3
Update WPEWebKit to the 2.52 stable major release branch. Includes a pending patchset to get WASM BBQJIT working on RISCV64, upstream PR https://github.com/WebKit/WebKit/pull/65621 Alltogether this brings acceptable performance (even with LLVMPipe Mesa software renderer) on RISCV64. Link: https://wpewebkit.org/release/wpewebkit-2.52.0.html Link: https://wpewebkit.org/release/wpewebkit-2.52.1.html Link: https://wpewebkit.org/release/wpewebkit-2.52.2.html Link: https://wpewebkit.org/release/wpewebkit-2.52.3.html Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -11,7 +11,7 @@ pointer on Linux running on PowerPC and PowerPC64 archtecture.
|
||||
|
||||
--- a/Source/WTF/wtf/StackPointer.cpp
|
||||
+++ b/Source/WTF/wtf/StackPointer.cpp
|
||||
@@ -160,6 +160,17 @@ asm (
|
||||
@@ -157,6 +157,17 @@ __asm__(
|
||||
".previous" "\n"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user