Source-Changes-HG archive

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

[src/trunk]: src/lib/libm libm: Add missing fma(3) and friends for sh3.



details:   https://anonhg.NetBSD.org/src/rev/d4caa8e3a2d6
branches:  trunk
changeset: 377367:d4caa8e3a2d6
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Jul 09 03:57:09 2023 +0000

description:
libm: Add missing fma(3) and friends for sh3.

diffstat:

 lib/libm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 349029ab9ba9 -r d4caa8e3a2d6 lib/libm/Makefile
--- a/lib/libm/Makefile Sun Jul 09 00:29:49 2023 +0000
+++ b/lib/libm/Makefile Sun Jul 09 03:57:09 2023 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index