Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: a0ae7f1229e81835f333992abdaa4ff90f1109d8 https://github.com/WebKit/WebKit/commit/a0ae7f1229e81835f333992abdaa4ff90f1109d8 Author: Dan Hecht <dan.he...@apple.com> Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths: M JSTests/wasm/stress/simd-instructions-construct.js M JSTests/wasm/stress/simd-instructions-lib.js M 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 replace lane, load lane, store lane, and load zero-pad instructions https://bugs.webkit.org/show_bug.cgi?id=298666 rdar://160296848 Reviewed by Yusuke Suzuki. Implement WASM SIMD instructions for replace lane, load lane, store lane, and load zero-pad in IPInt. These are all implemented architecture independent in offlineasm. Add isolated instruction tests for each. Canonical link: https://commits.webkit.org/299816@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