Source-Changes-HG archive

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

[src/trunk]: src/lib/libm Actually get fma(3) and friends into ARM libm.



details:   https://anonhg.NetBSD.org/src/rev/4be6600e1f0e
branches:  trunk
changeset: 347630:4be6600e1f0e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Sep 07 14:41:33 2016 +0000

description:
Actually get fma(3) and friends into ARM libm.

diffstat:

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

diffs (17 lines):

diff -r 1ba9e3d5163a -r 4be6600e1f0e lib/libm/Makefile
--- a/lib/libm/Makefile Wed Sep 07 14:21:01 2016 +0000
+++ b/lib/libm/Makefile Wed Sep 07 14:41:33 2016 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.184 2016/08/27 09:15:44 christos Exp $
+#  $NetBSD: Makefile,v 1.185 2016/09/07 14:41:33 jakllsch Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -70,6 +70,7 @@
 COMMON_SRCS+= fenv.c s_nexttowardf.c \
        s_nearbyint.c s_rintl.c
 COPTS.fenv.c+= -mfpu=vfp
+COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 .if (${MKSOFTFLOAT} == "no")
 .PATH.S: ${.CURDIR}/arch/arm
 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