Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:Maintenance:405
glibc-utils.openSUSE_13.1_Update
cbrtl-ldbl-96.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cbrtl-ldbl-96.patch of Package glibc-utils.openSUSE_13.1_Update
[BZ #15749] * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead of fabs. Index: glibc-2.17.90/sysdeps/ieee754/ldbl-96/s_cbrtl.c =================================================================== --- glibc-2.17.90.orig/sysdeps/ieee754/ldbl-96/s_cbrtl.c +++ glibc-2.17.90/sysdeps/ieee754/ldbl-96/s_cbrtl.c @@ -45,7 +45,7 @@ __cbrtl (long double x) int xe; /* Reduce X. XM now is an range 1.0 to 0.5. */ - xm = __frexpl (fabs (x), &xe); + xm = __frexpl (fabsl (x), &xe); /* If X is not finite or is null return it (with raising exceptions if necessary.
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