Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 12553bef37149a796dfaa74d3db1ccbd5cfefeb5
https://github.com/WebKit/WebKit/commit/12553bef37149a796dfaa74d3db1ccbd5cfefeb5
Author: Dan Hecht <[email protected]>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
A JSTests/wasm/stress/simd-instructions-load-store.js
M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm
M Source/JavaScriptCore/wasm/WasmIPIntGenerator.cpp
Log Message:
-----------
[JSC] WASM IPInt SIMD: implement store, load, load and splat, load and extend
https://bugs.webkit.org/show_bug.cgi?id=298421
rdar://159898337
Reviewed by Yusuke Suzuki.
For ARM, implement these instructions in WasmIPInt:
v128_load_mem
v128_load_8x8s_mem
v128_load_8x8u_mem
v128_load_16x4s_mem
v128_load_16x4u_mem
v128_load_32x2s_mem
v128_load_32x2u_mem
v128_load8_splat_mem
v128_load16_splat_mem
v128_load32_splat_mem
v128_load64_splat_mem
v128_store_mem
* JSTests/wasm/stress/simd-instructions-load-store.js: Added.
New test case to systematically verify each of these instructions in isolation
Canonical link: https://commits.webkit.org/299622@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes