Closed
Bug 1810151
Opened 2 years ago
Closed 2 years ago
fails to build if -msse4.2 and -mfma are not supported
Categories
(Core :: Web Audio, defect)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
Details
Attachments
(1 file)
If the host compiler doesn't support -msse4.2 or -mfma, we are unable to compile optimized kernels for those architectures. This shpould not prevent us from building.
Assignee | ||
Comment 1•2 years ago
|
||
If the compiler flag are not set appropriately, do not compile the
associated kernel.
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c7322205d34
Support disabling sse4.2 kernel r=padenot
Comment 3•2 years ago
|
||
This was backed out because we hit merge conflicts after Bug 1801557 was backed out from central for bustages.
Backout link: https://hg.mozilla.org/integration/autoland/rev/b23e06adfc10649a07214e3ca07a70f1f2c8e3d2
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5423ab9599d7
Support disabling sse4.2 kernel r=padenot
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•