summarylogtreecommitdiffstats
path: root/0006-Bug-531915-mozilla-bmo531915.patch.patch
diff options
context:
space:
mode:
Diffstat (limited to '0006-Bug-531915-mozilla-bmo531915.patch.patch')
-rw-r--r--0006-Bug-531915-mozilla-bmo531915.patch.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0006-Bug-531915-mozilla-bmo531915.patch.patch b/0006-Bug-531915-mozilla-bmo531915.patch.patch
new file mode 100644
index 000000000000..b6c43fc72484
--- /dev/null
+++ b/0006-Bug-531915-mozilla-bmo531915.patch.patch
@@ -0,0 +1,30 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Wolfgang Rosenauer <wr@rosenauer.org>
+Date: Sun, 17 Oct 2021 20:18:18 +0200
+Subject: [PATCH] Bug 531915 - mozilla-bmo531915.patch
+
+https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
+---
+ modules/fdlibm/src/math_private.h | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/modules/fdlibm/src/math_private.h b/modules/fdlibm/src/math_private.h
+index f4373f27834ab794d3ea7bf5fa72caa0a2480e8f..4430e496e8e9251e702b47e68ec88b4f9f0fa3f2 100644
+--- a/modules/fdlibm/src/math_private.h
++++ b/modules/fdlibm/src/math_private.h
+@@ -30,9 +30,14 @@
+ * Adapted from https://github.com/freebsd/freebsd-src/search?q=__double_t
+ */
+
++#ifdef __i386__
++typedef long double __double_t;
++typedef long double __float_t;
++#else
+ typedef double __double_t;
+-typedef __double_t double_t;
+ typedef float __float_t;
++#endif
++typedef __double_t double_t;
+
+ /*
+ * The original fdlibm code used statements like: