Firefox 105 fails to build on i686 / GCC - error: ‘_mm_cvtsi64_si128’ was not declared in this scope
Categories
(Core :: JavaScript: Standard Library, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox105 | --- | wontfix |
firefox106 | --- | wontfix |
firefox107 | --- | fixed |
People
(Reporter: stransky, Assigned: alexical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Firefox 105 fails to build on i686 / GCC, Fedora 36:
1:52.79 mfbt/Unified_cpp_mfbt1.o
1:53.46 /builddir/build/BUILD/firefox-105.0/mozglue/misc/SIMD_avx2.cpp: In function ‘__m128i mozilla::Load64BitsIntoXMM(uintptr_t)’:
1:53.46 /builddir/build/BUILD/firefox-105.0/mozglue/misc/SIMD_avx2.cpp:66:10: error: ‘_mm_cvtsi64_si128’ was not declared in this scope; did you mean ‘_mm_cvtsi64_si32’?
1:53.46 66 | return _mm_cvtsi64_si128(tmp);
1:53.46 | ^~~~~~~~~~~~~~~~~
1:53.46 | _mm_cvtsi64_si32
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1779807
:dthayer, since you are the author of the regressor, bug 1779807, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
The severity field is not set for this bug.
:sdetar, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 5•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Updated•3 years ago
|
Description
•