Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: ab36a9f71e85654cc74c06a2676ba3f9c51c2b1d https://github.com/WebKit/WebKit/commit/ab36a9f71e85654cc74c06a2676ba3f9c51c2b1d Author: Dan Hecht <dan.he...@apple.com> Date: 2025-09-11 (Thu, 11 Sep 2025)
Changed paths: M JSTests/wasm/stress/simd-instructions-arithmetic.js M JSTests/wasm/stress/simd-instructions-lib.js M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm M Source/JavaScriptCore/wasm/WasmIPIntGenerator.cpp Log Message: ----------- [JSC] WASM IPInt SIMD: implement narrow, avgr, extadd_pairwise, q15mulr_sat, narrow, extend_low, extend_high, extmul_low, extmul_high, dot https://bugs.webkit.org/show_bug.cgi?id=298723 rdar://160380478 Reviewed by Yusuke Suzuki. Implement narrow, avgr, extadd_pairwise, q15mulr_sat, narrow, extend_low, extend_high, extmul_low, extmul_high, dot instructions in the ARM64 WASM IPInt. Add instruction test cases for each of the new instruction variants. Cleanup simd-instructions-lib.js a bit using regex rather than listing every instruction variant. Canonical link: https://commits.webkit.org/299865@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes