Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Thaodan:mozilla
MozillaFirefox
0006-Bug-531915-mozilla-bmo531915.patch.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-Bug-531915-mozilla-bmo531915.patch.patch of Package MozillaFirefox
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 45f7401dd64751a0e01f59cb02dfd762fed5725c..40da1d26bb1f09d58c97982d57a6eb60c833df49 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:
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