summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2023-07-09 03:57:09 +0000
committerrin <rin@NetBSD.org>2023-07-09 03:57:09 +0000
commitb2782b14a8e5066f0436d79a391ce49f9e782b76 (patch)
tree686c2f3d9eb676d534ea24eb1cd6aa5256813f48 /lib
parent181b9dcc45c808ca8128cd520e72e056ee0b1a81 (diff)
libm: Add missing fma(3) and friends for sh3.
Diffstat (limited to 'lib')
-rw-r--r--lib/libm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 7ea456ae5c1..8e2d11c20f0 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.219 2023/04/10 19:23:02 rillig Exp $
+# $NetBSD: Makefile,v 1.220 2023/07/09 03:57:09 rin Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@@ -212,6 +212,7 @@ COMMON_SRCS+= s_nexttoward.c
.if ${MKSOFTFLOAT} == "no"
COMMON_SRCS += fenv.c
.endif
+COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
.endif
# End of list of CPU tests