[webkit-changes] [WebKit/WebKit] 0ca846: [JSC] Enable Wasm SIMD on x64
Yusuke Suzuki
noreply at github.com
Fri Dec 23 15:28:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ca8468650f43d2a0140748be7f7718a53c7badd
https://github.com/WebKit/WebKit/commit/0ca8468650f43d2a0140748be7f7718a53c7badd
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M Source/JavaScriptCore/runtime/Options.cpp
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
[JSC] Enable Wasm SIMD on x64
https://bugs.webkit.org/show_bug.cgi?id=249850
rdar://103674073
Reviewed by Justin Michaud.
Enable Wasm SIMD by default for x64 if AVX is available.
* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::Options::notifyOptionsChanged):
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/258309@main
More information about the webkit-changes
mailing list