Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 58946d58c0ebe75a6a8db33bb1ecb1e9d72c3736
https://github.com/WebKit/WebKit/commit/58946d58c0ebe75a6a8db33bb1ecb1e9d72c3736
Author: Dan Hecht <[email protected]>
Date: 2025-10-03 (Fri, 03 Oct 2025)
Changed paths:
M JSTests/wasm/stress/simd-const-relaxed-f32-madd.js
M JSTests/wasm/stress/simd-const-relaxed-f32-trunc.js
M JSTests/wasm/stress/simd-const-relaxed-f64-madd.js
M JSTests/wasm/stress/simd-const-relaxed-f64-trunc.js
M JSTests/wasm/stress/simd-const-relaxed-lane-select.js
M JSTests/wasm/stress/simd-const-relaxed-swizzle.js
M Source/JavaScriptCore/runtime/Options.cpp
Log Message:
-----------
[JSC] WASM IPInt SIMD: disallow --useWasmIPIntSIMD=1 and
--useWasmRelaxedSIMD=1
https://bugs.webkit.org/show_bug.cgi?id=300112
rdar://161901342
Reviewed by Daniel Liu.
Let's not block enabling --useWasmIPIntSIMD by default on relaxed SIMD
support in IPInt.
However, we won't be able to remove the path that tiers up immediately
to BBQ until the relaxed SIMD support is added to IPInt (or we stop
testing --useWasmRelaxedSIMD=1 until the relaxed SIMD support is
completed).
* JSTests/wasm/stress/simd-const-relaxed-f32-madd.js:
* JSTests/wasm/stress/simd-const-relaxed-f32-trunc.js:
* JSTests/wasm/stress/simd-const-relaxed-f64-madd.js:
* JSTests/wasm/stress/simd-const-relaxed-f64-trunc.js:
* JSTests/wasm/stress/simd-const-relaxed-lane-select.js:
* JSTests/wasm/stress/simd-const-relaxed-swizzle.js:
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::Options::assertOptionsAreCoherent):
Canonical link: https://commits.webkit.org/300963@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