Closed
Bug 1759909
Opened 3 years ago
Closed 3 years ago
Enable AVX support for Wasm SIMD by default in Nightly
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: yury, Assigned: yury)
References
Details
Attachments
(2 files)
Right now the AVX is disabled by default in the browser and shell. All basic functionality of SIMD is implemented for AVX/AVX2. Time to enable it in Nightly.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D141265
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•3 years ago
|
Attachment #9268127 -
Attachment description: WIP: Bug 1759909 - Enable AVX support for Wasm SIMD by default in Nightly. → Bug 1759909 - Enable AVX support for Wasm SIMD by default in Nightly.
Updated•3 years ago
|
Attachment #9268356 -
Attachment description: WIP: Bug 1759909 - Replace --enable-avx in tests with --no-avx variants. → Bug 1759909 - Replace --enable-avx in tests with --no-avx variants.
Pushed by ydelendik@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c703a2b98261 Enable AVX support for Wasm SIMD by default in Nightly. r=lth https://hg.mozilla.org/integration/autoland/rev/cb15fd0add8c Replace --enable-avx in tests with --no-avx variants. r=lth
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c703a2b98261
https://hg.mozilla.org/mozilla-central/rev/cb15fd0add8c
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•