Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Add nexttoward, nearbyint and rintl for sparc64



details:   https://anonhg.NetBSD.org/src/rev/5aaf94f3f540
branches:  trunk
changeset: 789535:5aaf94f3f540
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 21 13:06:00 2013 +0000

description:
Add nexttoward, nearbyint and rintl for sparc64

diffstat:

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

diffs (19 lines):

diff -r 3dbb1b90b37b -r 5aaf94f3f540 lib/libm/Makefile
--- a/lib/libm/Makefile Wed Aug 21 13:04:44 2013 +0000
+++ b/lib/libm/Makefile Wed Aug 21 13:06:00 2013 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.139 2013/06/20 19:49:47 christos Exp $
+#  $NetBSD: Makefile,v 1.140 2013/08/21 13:06:00 martin Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -66,7 +66,8 @@
 COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 .elif (${MACHINE_ARCH} == "sparc64")
 .PATH: ${.CURDIR}/arch/sparc64
-COMMON_SRCS+= fenv.c
+COMMON_SRCS+= fenv.c s_nexttoward.c s_nexttowardf.c \
+       s_nearbyint.c s_rintl.c
 COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 .elif ((${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "x86_64"))
 



Home | Main Index | Thread Index | Old Index