public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/15055] New: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl'
@ 2013-01-23  7:13 ilmalakhov at yandex dot ru
  2013-03-01 13:46 ` [Bug math/15055] " azanella at linux dot vnet.ibm.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ilmalakhov at yandex dot ru @ 2013-01-23  7:13 UTC (permalink / raw)
  To: glibc-bugs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/15055] `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl'
  2013-01-23  7:13 [Bug math/15055] New: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl' ilmalakhov at yandex dot ru
@ 2013-03-01 13:46 ` azanella at linux dot vnet.ibm.com
  2013-03-04 14:43 ` azanella at linux dot vnet.ibm.com
  2014-06-13 18:59 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: azanella at linux dot vnet.ibm.com @ 2013-03-01 13:46 UTC (permalink / raw)
  To: glibc-bugs

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

Adhemerval Zanella Netto <azanella at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |azanella at linux dot
                   |                            |vnet.ibm.com

--- Comment #1 from Adhemerval Zanella Netto <azanella at linux dot vnet.ibm.com> 2013-03-01 13:45:38 UTC ---
I don't see why we can't use __ieee754_sqrtl since on the __sqrtl on
__ieee754_acoshl the input will be necessary >= 0.0.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/15055] `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl'
  2013-01-23  7:13 [Bug math/15055] New: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl' ilmalakhov at yandex dot ru
  2013-03-01 13:46 ` [Bug math/15055] " azanella at linux dot vnet.ibm.com
@ 2013-03-04 14:43 ` azanella at linux dot vnet.ibm.com
  2014-06-13 18:59 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: azanella at linux dot vnet.ibm.com @ 2013-03-04 14:43 UTC (permalink / raw)
  To: glibc-bugs

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

Adhemerval Zanella Netto <azanella at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Adhemerval Zanella Netto <azanella at linux dot vnet.ibm.com> 2013-03-04 14:42:42 UTC ---
Fixed in commit e0b780ad5b94209bf99bf498314bc5c160dc2a15

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug math/15055] `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl'
  2013-01-23  7:13 [Bug math/15055] New: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl' ilmalakhov at yandex dot ru
  2013-03-01 13:46 ` [Bug math/15055] " azanella at linux dot vnet.ibm.com
  2013-03-04 14:43 ` azanella at linux dot vnet.ibm.com
@ 2014-06-13 18:59 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 18:59 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-13 18:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23  7:13 [Bug math/15055] New: `sysdeps/ieee754/ldbl-128{,ibm}/e_acoshl.c' still use `__sqrtl' instead of `__ieee754_sqrtl' ilmalakhov at yandex dot ru
2013-03-01 13:46 ` [Bug math/15055] " azanella at linux dot vnet.ibm.com
2013-03-04 14:43 ` azanella at linux dot vnet.ibm.com
2014-06-13 18:59 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).