Module Name:    src
Committed By:   martin
Date:           Sun Jan 14 15:43:45 UTC 2024

Modified Files:
        src/lib/libm [netbsd-10]: Makefile

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #547):

        lib/libm/Makefile: revision 1.221 (patch)

libm: Add fma(3) and friends to m68k


To generate a diff of this commit:
cvs rdiff -u -r1.218.2.3 -r1.218.2.4 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.218.2.3 src/lib/libm/Makefile:1.218.2.4
--- src/lib/libm/Makefile:1.218.2.3	Sun Dec 31 12:41:02 2023
+++ src/lib/libm/Makefile	Sun Jan 14 15:43:45 2024
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.218.2.3 2023/12/31 12:41:02 martin Exp $
+#  $NetBSD: Makefile,v 1.218.2.4 2024/01/14 15:43:45 martin Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -160,6 +160,7 @@ ARCH_SRCS = e_acos.S e_asin.S e_atanh.S 
 	    s_log1p.S s_logb.S s_rint.S s_scalbn.S s_sin.S s_tan.S s_tanh.S
 COMMON_SRCS += fenv.c s_nexttoward.c s_rintl.c
 .endif
+COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c
 # end of m68k
 
 .elif (${LIBC_MACHINE_ARCH} == "vax")

Reply via email to