This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/16415] New: Clean up ldbl-128 / ldbl-128ibm expm1l for large positive arguments


https://sourceware.org/bugzilla/show_bug.cgi?id=16415

            Bug ID: 16415
           Summary: Clean up ldbl-128 / ldbl-128ibm expm1l for large
                    positive arguments
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

The ldbl-128 and ldbl-128ibm expm1l implementations have code to handle +Inf
and finite arguments above an overflow threshold.  Since they now use __expl
for large positive arguments to fix other problems, this code is unreachable
and should be cleaned up accordingly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]