Module Name: src Committed By: rin Date: Tue Aug 8 02:09:43 UTC 2023
Modified Files: src/lib/libm: Makefile Log Message: libm: Add fma(3) and friends to m68k To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 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.220 src/lib/libm/Makefile:1.221 --- src/lib/libm/Makefile:1.220 Sun Jul 9 03:57:09 2023 +++ src/lib/libm/Makefile Tue Aug 8 02:09:42 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.220 2023/07/09 03:57:09 rin Exp $ +# $NetBSD: Makefile,v 1.221 2023/08/08 02:09:42 rin Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -161,6 +161,7 @@ ARCH_SRCS = e_acos.S e_asin.S e_atanh.S COMMON_SRCS += fenv.c s_nexttoward.c s_rintl.c .endif .endif +COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c # end of m68k .elif (${LIBC_MACHINE_ARCH} == "vax")