Module Name: src
Committed By: christos
Date: Wed Aug 24 09:10:57 UTC 2016
Modified Files:
src/lib/libm: Makefile
Log Message:
add ilogb.
To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.178 src/lib/libm/Makefile:1.179
--- src/lib/libm/Makefile:1.178 Tue Aug 23 06:00:15 2016
+++ src/lib/libm/Makefile Wed Aug 24 05:10:57 2016
@@ -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 @@ COPTS.compat_cabsf.c= ${${ACTIVE_CC} ==
# 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 \