Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9f0b8a68f7bcb3fbeb85a6cbc581e07d25e5a558 https://github.com/WebKit/WebKit/commit/9f0b8a68f7bcb3fbeb85a6cbc581e07d25e5a558 Author: Dan Hecht <dan.he...@apple.com> Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths: M JSTests/wasm/stress/simd-instructions-arithmetic.js M JSTests/wasm/stress/simd-instructions-comparisons.js M JSTests/wasm/stress/simd-instructions-lib.js Log Message: ----------- [JSC] WASM IPInt SIMD: reformat instruction test input https://bugs.webkit.org/show_bug.cgi?id=298487 rdar://159979573 Reviewed by Yusuke Suzuki. Rather than hardcode these table drive test inputs as v128.const, let's format them as arrays. It makes it easier to read, but also more flexible in that the input could be injected in various ways. For now, the hardness still constructs v128.const from the arrays. None of the test data itself should have changed. Canonical link: https://commits.webkit.org/299691@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