Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 67d7bf15139a2b28d915d7e59b557851d19944ce https://github.com/WebKit/WebKit/commit/67d7bf15139a2b28d915d7e59b557851d19944ce Author: Dan Hecht <dan.he...@apple.com> Date: 2025-09-18 (Thu, 18 Sep 2025)
Changed paths: A JSTests/wasm/stress/simd-get-set.js M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm Log Message: ----------- [JSC] WASM IPInt SIMD: support v128 in local.get, local.set, local.tee, global.get, global.set https://bugs.webkit.org/show_bug.cgi?id=299044 rdar://160806182 Reviewed by Keith Miller. In order to support v128 in IPInt implementation of local.{get, set, tee} and global.{get, set}, always load/store 16-bytes. Test: JSTests/wasm/stress/simd-get-set.js * JSTests/wasm/stress/simd-get-set.js: Added. (Test.global.and.global.func.async test.setI32x4): (Test.global.and.global.func.async test.getI32x4): (Test.global.and.global.func.async test): * Source/JavaScriptCore/llint/InPlaceInterpreter64.asm: Canonical link: https://commits.webkit.org/300163@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