Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox/simd_avx2.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-07 17:26:08 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-07 17:26:08 +0200
commitcf6a3c28e1a8b6ea166012a9b333b02a720eef2a (patch)
tree1f702d6652e148fb168e14ef60dd2dd4f7b76b8e /extra/firefox/simd_avx2.patch
parenta70a4ca97402b8290c90f6ffa4d9cf04a1e19d72 (diff)
extra/firefox: redone patching for 111.0
Diffstat (limited to 'extra/firefox/simd_avx2.patch')
-rw-r--r--extra/firefox/simd_avx2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/firefox/simd_avx2.patch b/extra/firefox/simd_avx2.patch
deleted file mode 100644
index ee94a034..00000000
--- a/extra/firefox/simd_avx2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -rauN a/mozglue/misc/SIMD_avx2.cpp b/mozglue/misc/SIMD_avx2.cpp
---- a/mozglue/misc/SIMD_avx2.cpp 2022-10-24 18:34:51.028779452 +0200
-+++ b/mozglue/misc/SIMD_avx2.cpp 2022-10-24 18:35:07.818868490 +0200
-@@ -8,6 +8,7 @@
- #include "mozilla/SSE.h"
- #include "mozilla/Assertions.h"
-
-+#undef MOZILLA_MAY_SUPPORT_AVX2
- #ifdef MOZILLA_MAY_SUPPORT_AVX2
-
- # include <cstring>