DragonFly BSD
DragonFly commits List (threaded) for 2009-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: libm: Import nearbyint{,f}() functions from FreeBSD.


From: Stathis Kamperis <beket@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 28 Nov 2009 07:32:13 -0800 (PST)

commit 3211965184bc2345fdffb52d544d5255002e708c
Author: Stathis Kamperis <beket@dragonflybsd.org>
Date:   Sat Nov 28 14:28:58 2009 +0200

    libm: Import nearbyint{,f}() functions from FreeBSD.
    
    nearbyintl() requires rintl() which we currently miss.
    
    Dragonfly-bug: <http://bugs.dragonflybsd.org/issue1546>

Summary of changes:
 include/math.h                           |    2 +
 lib/libm/man/Makefile.inc                |    2 +-
 lib/libm/man/rint.3                      |   15 ++++++++++++-
 lib/libm/src/Makefile.inc                |    2 +-
 lib/libm/src/{s_fdim.c => s_nearbyint.c} |   34 ++++++++++++++++++-----------
 5 files changed, 39 insertions(+), 16 deletions(-)
 copy lib/libm/src/{s_fdim.c => s_nearbyint.c} (70%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3211965184bc2345fdffb52d544d5255002e708c


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]