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/18699] tilegx cproj() for various complex infinities does not yield infinity


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

Chris Metcalf <cmetcalf at ezchip dot com> changed:

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

--- Comment #2 from Chris Metcalf <cmetcalf at ezchip dot com> ---
Fixed by:

commit fe8c2b33aed067282ecac0cc3fdff1feef88548b
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Fri Sep 18 20:51:52 2015 +0100

    Since we now inline isinf, isnan and isfinite in math.h, replace uses of
__isinf_ns(l/f)
    with isinf, and remove the unused inlines __isinf_ns(l/f), __isnan(f) and
__finite(f).

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