Source-Changes-HG archive

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

[src/netbsd-7]: src/lib/libm Pull up following revision(s) (requested by jakl...



details:   https://anonhg.NetBSD.org/src/rev/2f25f4978ff3
branches:  netbsd-7
changeset: 799981:2f25f4978ff3
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Sep 25 11:32:33 2016 +0000

description:
Pull up following revision(s) (requested by jakllsch in ticket #1253):
        lib/libm/Makefile: revision 1.185 via patch
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 2a0095b82f24 -r 2f25f4978ff3 lib/libm/Makefile
--- a/lib/libm/Makefile Sun Sep 25 11:28:36 2016 +0000
+++ b/lib/libm/Makefile Sun Sep 25 11:32:33 2016 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.164.2.3 2015/11/08 00:24:25 riz Exp $
+#  $NetBSD: Makefile,v 1.164.2.4 2016/09/25 11:32:33 bouyer Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -71,6 +71,7 @@
        s_nearbyint.c s_rintl.c
 COPTS.e_sqrtl.c += -DHAVE_FENV_H
 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