Closed
Bug 1648697
Opened 5 years ago
Closed 5 years ago
Neuter the --enable-avx flag and remove from fuzz-flags.txt
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(1 file)
We currently do not support avx encodings at all and it's easy to run into problems when asking for them, so let's remove the ability to ask for them until we want to start worrying about them.
| Assignee | ||
Comment 1•5 years ago
|
||
I disable this with an error message and a comment, but do not remove it,
because it is currently buggy and unsupported but may well make a comeback
when we have time to clean it up and we see whether wasm SIMD on the web
starts demanding it.
It is of course possible that we will never do this in Ion but will wait
for Cranelift, but we don't have to make that decision today.
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/826ca60bab00
Disable --enable-avx. r=bbouvier
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•