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/16171] New: drem should be alias of remainder


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

            Bug ID: 16171
           Summary: drem should be alias of remainder
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org

The libm drem function just calls __remainder.  It should instead be an alias
at the ELF level (for all the remainder implementations for all floating-point
types; mostly this is a matter of updating w_remainder* files, but watch out
for sysdeps/ieee754/ldbl-opt/nldbl-remainder.c and the IA64 libm).

-- 
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]