Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox/firefox-99.0.1-fdlibm-double.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-24 20:55:48 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-24 20:55:48 +0200
commit27e0f91bae59415b7f35ad9a88cd90bb421838c5 (patch)
tree131967568ae9ae7be04d4d1814984c999cb66e0e /extra/firefox/firefox-99.0.1-fdlibm-double.patch
parent26eba053340134c0395de8a3f7afcd076e2c18bb (diff)
extra/firefox: AVX2 patch, using gcc 12, bfd linker and fdlibm float_t patching
Diffstat (limited to 'extra/firefox/firefox-99.0.1-fdlibm-double.patch')
-rw-r--r--extra/firefox/firefox-99.0.1-fdlibm-double.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/firefox/firefox-99.0.1-fdlibm-double.patch b/extra/firefox/firefox-99.0.1-fdlibm-double.patch
deleted file mode 100644
index ffd4b1d7..00000000
--- a/extra/firefox/firefox-99.0.1-fdlibm-double.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -rauN firefox-99.0.1/modules/fdlibm/src/math_private.h firefox-99.0.1-fdlibm-double-patch/modules/fdlibm/src/math_private.h
---- firefox-99.0.1/modules/fdlibm/src/math_private.h 2022-04-12 00:00:09.000000000 +0200
-+++ firefox-99.0.1-fdlibm-double-patch/modules/fdlibm/src/math_private.h 2022-04-25 16:47:00.697715429 +0200
-@@ -30,7 +30,11 @@
- * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
- */
-
-+#if defined __FLT_EVAL_METHOD__ && (__FLT_EVAL_METHOD__ == 2)
-+typedef long double __double_t;
-+#else
- typedef double __double_t;
-+#endif
- typedef __double_t double_t;
-
- /*