Closed
Bug 1692420
Opened 5 years ago
Closed 5 years ago
Remove the ENABLE_WASM_SIMD_EXPERIMENTAL config
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
87 Branch
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The config for experimental instructions served a purpose while the SIMD spec was in flux, but now that the spec is stabilizing we no longer need this. We should remove the config from moz.configure, and any code using the ifdef in the code (not much, just some macros in decoding + a testing function).
| Assignee | ||
Comment 1•5 years ago
|
||
Obsolete config; there are no more experimental SIMD instructions
coming, let's clean this up.
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e5d45a921644
Remove ENABLE_WASM_SIMD_EXPERIMENTAL. r=yury
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•