Module Name: src
Committed By: jakllsch
Date: Wed Sep 7 14:41:33 UTC 2016
Modified Files:
src/lib/libm: Makefile
Log Message:
Actually get fma(3) and friends into ARM libm.
To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.184 src/lib/libm/Makefile:1.185
--- src/lib/libm/Makefile:1.184 Sat Aug 27 09:15:44 2016
+++ src/lib/libm/Makefile Wed Sep 7 14:41:33 2016
@@ -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 @@ COPTS+= -mfloat-ieee -mieee-with-inexact
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