Closed Bug 1792158 Opened 3 years ago Closed 3 years ago

Firefox 105 fails to build on i686 / GCC - error: ‘_mm_cvtsi64_si128’ was not declared in this scope

Categories

(Core :: JavaScript: Standard Library, defect)

defect

Tracking

()

RESOLVED FIXED
107 Branch
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

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.

Assignee: nobody → dothayer
Status: NEW → ASSIGNED
Flags: needinfo?(dothayer)

The severity field is not set for this bug.
:sdetar, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(sdetar)
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
Flags: needinfo?(sdetar)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: