summarylogtreecommitdiffstats
path: root/0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch
diff options
context:
space:
mode:
authorBjörn Bidar2023-09-20 21:55:32 +0300
committerBjörn Bidar2023-09-20 21:57:35 +0300
commitd81df13d11d918098af0991994472c172817e33e (patch)
tree9a0c027eb0c68f9cbf5076a1b489d033322191a7 /0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch
parenta4ae66b6b28607dd7bec51cae73300552ec8fafd (diff)
downloadaur-d81df13d11d918098af0991994472c172817e33e.tar.gz
Update to 117.0-1
- New upstream release - Use tarball instead of hg sources (missing in last change) - Patches can be found here: https://github.com/Thaodan/gecko-dev/tree/thaodan/release/117.x - Include GNOME Shell search provider Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
Diffstat (limited to '0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch')
-rw-r--r--0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch b/0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch
new file mode 100644
index 000000000000..3be19cd540ff
--- /dev/null
+++ b/0009-Bug-1792159-Add-missing-includes-to-AtomicOperations.patch
@@ -0,0 +1,23 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Wolfgang Rosenauer <wr@rosenauer.org>
+Date: Mon, 6 Mar 2023 03:29:00 +0200
+Subject: [PATCH] Bug 1792159 - Add missing includes to
+ AtomicOperationsGenerated.h
+
+---
+ mozglue/misc/SIMD_avx2.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mozglue/misc/SIMD_avx2.cpp b/mozglue/misc/SIMD_avx2.cpp
+index a1467c7a5593b33d7dc99c61277b3e66e0de9988..d93bc879fc8454423a9fc488f21c6c05c1ce5e90 100644
+--- a/mozglue/misc/SIMD_avx2.cpp
++++ b/mozglue/misc/SIMD_avx2.cpp
+@@ -58,7 +58,7 @@ __m256i CmpEq256(__m256i a, __m256i 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