Closed
Bug 1695589
Opened 4 years ago
Closed 4 years ago
Enable Wasm SIMD by default on ARM64
Categories
(Core :: JavaScript: WebAssembly, enhancement, P1)
Tracking
()
RESOLVED
FIXED
People
(Reporter: lth, Assigned: yury)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Wasm SIMD on ARM64 will be enabled when we enable Ion on ARM64, likely in FF90.
The minimum work required for this is to flip javascript.options.wasm_simd to true. We could additionally remove that pref, but it may be useful to retain it to allow web developers to test non-SIMD code paths even on development systems that support SIMD, so I think we should remove the pref at some future date.
Updated•4 years ago
|
Keywords: dev-doc-needed
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → ydelendik
Status: NEW → ASSIGNED
Reporter | ||
Updated•4 years ago
|
Priority: P2 → P1
Reporter | ||
Comment 1•4 years ago
|
||
Moving dependencies to other bugs.
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•