Source-Changes-HG archive

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

[src/trunk]: src/lib/libm add ilogb.



details:   https://anonhg.NetBSD.org/src/rev/d17088d33c7e
branches:  trunk
changeset: 817539:d17088d33c7e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 24 09:10:57 2016 +0000

description:
add ilogb.

diffstat:

 lib/libm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67a7203b73d0 -r d17088d33c7e lib/libm/Makefile
--- a/lib/libm/Makefile Wed Aug 24 09:08:50 2016 +0000
+++ b/lib/libm/Makefile Wed Aug 24 09:10:57 2016 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.178 2016/08/23 10:00:15 christos Exp $
+#  $NetBSD: Makefile,v 1.179 2016/08/24 09:10:57 christos Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -248,7 +248,7 @@
 # math routines for non-IEEE architectures.
 NOIEEE_SRCS = n_asincos.c n_acosh.c n_asinh.c n_atan.c n_atanh.c n_cosh.c \
        n_erf.c n_exp.c n_exp2.c n_exp2f.c n_exp__E.c n_expm1.c n_floor.c \
-       n_fmod.c n_gamma.c \
+       n_fmod.c n_gamma.c n_ilogb.c \
        n_lgamma.c n_j0.c n_j1.c n_jn.c n_log.c n_log10.c n_log1p.c \
        n_log2.c n_log__L.c n_pow.c n_sinh.c n_tanh.c \
        n_sincos.c n_tan.c \



Home | Main Index | Thread Index | Old Index