Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Add various functions which need fenv support to arm.



details:   https://anonhg.NetBSD.org/src/rev/254347551d86
branches:  trunk
changeset: 326105:254347551d86
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 18 17:20:36 2014 +0000

description:
Add various functions which need fenv support to arm.

diffstat:

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

diffs (19 lines):

diff -r d3ef73628c4e -r 254347551d86 lib/libm/Makefile
--- a/lib/libm/Makefile Sat Jan 18 17:09:04 2014 +0000
+++ b/lib/libm/Makefile Sat Jan 18 17:20:36 2014 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.152 2013/11/22 13:37:24 martin Exp $
+#  $NetBSD: Makefile,v 1.153 2014/01/18 17:20:36 skrll Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -52,7 +52,8 @@
 ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S
 .elif (${MACHINE_CPU} == "arm")
 .PATH: ${.CURDIR}/arch/arm
-COMMON_SRCS+= fenv.c
+COMMON_SRCS+= fenv.c s_nexttowardf.c \
+       s_nearbyint.c s_rintl.c
 COPTS.e_sqrtl.c += -DHAVE_FENV_H
 .if (${MKSOFTFLOAT} == "no")
 ARCH_SRCS = e_sqrt.S e_sqrtf.S lrint.S lrintf.S s_fabsf.S s_fma.S s_fmaf.S



Home | Main Index | Thread Index | Old Index