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/15536] ulp (0x0.0p0) is not FP_SUBNORMAL!


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

Carlos O'Donell <carlos at redhat dot com> changed:

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

--- Comment #4 from Carlos O'Donell <carlos at redhat dot com> ---
Resolved.

commit 8b0ccb2d7fd1ec646a622a16bd64e356739ffca3
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Mon Jun 3 14:49:48 2013 -0400

    BZ #15536: Fix ulp for 128-bit IBM long double.

    In 128-bit IBM long double the precision of the type
    decreases as you approach subnormal numbers, equaling
    that of a double for subnormal numbers. Therefore
    adjust the computation in ulp to use 2^(MIN_EXP - MANT_DIG)
    which is correct for FP_SUBNORMAL for all types.

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