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/15055] New: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl'


http://sourceware.org/bugzilla/show_bug.cgi?id=15055

             Bug #: 15055
           Summary: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use
                    `__sqrtl' instead of `__ieee754_sqrtl'
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: ilmalakhov@yandex.ru
    Classification: Unclassified


Hi.

 The last reference to `__sqrt{,f,l}' was replaced with `__ieee754_sqrt{,f,l}'
in `sysdeps/ieee754/{dbl-64/e_acosh,flt-32/e_acoshf,ldbl-96/e_acoshl}.c'
respectively by means of `commit bc62c2fb152d6ffec63975d88fd8f1bc3d3b7c01'.

 `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl', however.
What's so special about them?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]