git: libc - Bring in s_ceill.c v1.2 from OpenBSD

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Oct 9 19:18:24 PDT 2017


commit af6264e88ebad500745cb6e5cd4d6a4d22ae3eb2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Oct 9 19:17:32 2017 -0700

    libc - Bring in s_ceill.c v1.2 from OpenBSD
    
    fix a case where ceill() returns 1.0L: in the x86 extended precision format
    the fraction part has no implicit bit.
    
    Reported-by: xenu
    Taken-from: OpenBSD

Summary of changes:
 contrib/openbsd_libm/src/ld80/s_ceill.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af6264e88ebad500745cb6e5cd4d6a4d22ae3eb2


-- 
DragonFly BSD source repository



More information about the Commits mailing list