Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:luc14n0:mozilla
firefox-beta
mozilla-buildfixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-buildfixes.patch of Package firefox-beta
# HG changeset patch # User Wolfgang Rosenauer <wr@rosenauer.org> # Parent e583ac9b86ba82dd1c60d307115b4cb96296a6af # References: bmo#1792159 - Add missing includes to AtomicOperationsGenerated.h diff --git a/mozglue/misc/SIMD_avx2.cpp b/mozglue/misc/SIMD_avx2.cpp --- a/mozglue/misc/SIMD_avx2.cpp +++ b/mozglue/misc/SIMD_avx2.cpp @@ -53,17 +53,17 @@ template <typename TValue> } if (sizeof(TValue) == 2) { return _mm256_cmpeq_epi16(a, b); } return _mm256_cmpeq_epi64(a, b); } -# if defined(__GNUC__) && !defined(__clang__) +# if 0 // See the comment in SIMD.cpp over Load32BitsIntoXMM. This is just adapted // from that workaround. Testing this, it also yields the correct instructions // across all tested compilers. __m128i Load64BitsIntoXMM(uintptr_t ptr) { int64_t tmp; memcpy(&tmp, reinterpret_cast<const void*>(ptr), sizeof(tmp)); return _mm_cvtsi64_si128(tmp);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor