Source-Changes-HG archive

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

[src/trunk]: src/lib/libm In the non-softfloat m68k part, add s_nexttoward.c ...



details:   https://anonhg.NetBSD.org/src/rev/a45cbc7130ca
branches:  trunk
changeset: 826122:a45cbc7130ca
user:      he <he%NetBSD.org@localhost>
date:      Wed Aug 16 09:18:24 2017 +0000

description:
In the non-softfloat m68k part, add s_nexttoward.c and s_nexttowardf.c,
so that we get nexttoward() and nexttowardf() implemented here as well.

diffstat:

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

diffs (18 lines):

diff -r d3f213583b03 -r a45cbc7130ca lib/libm/Makefile
--- a/lib/libm/Makefile Wed Aug 16 09:15:48 2017 +0000
+++ b/lib/libm/Makefile Wed Aug 16 09:18:24 2017 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.197 2017/08/15 10:40:28 mlelstv Exp $
+#  $NetBSD: Makefile,v 1.198 2017/08/16 09:18:24 he Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -153,7 +153,7 @@
            e_log10.S e_remainder.S e_scalb.S e_sinh.S e_sqrt.S s_atan.S \
            s_ceil.S s_copysign.S s_cos.S s_expm1.S s_finite.S s_floor.S \
            s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
-COMMON_SRCS += fenv.c s_rintl.c
+COMMON_SRCS += fenv.c s_nexttoward.c s_nexttowardf.c s_rintl.c
 .endif
 .endif
 # end of m68k



Home | Main Index | Thread Index | Old Index