Port-hppa archive

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

Re: missing fma(3) variants for hppa in libm?



On 10/02/2025 14:36, Izumi Tsutsui wrote:
[snip]

Is it Ok to commit (and request pullup to netbsd-10)?

---
Index: lib/libm/Makefile
===================================================================
RCS file: /cvsroot/src/lib/libm/Makefile,v
retrieving revision 1.218.2.4
diff -u -p -d -r1.218.2.4 Makefile
--- lib/libm/Makefile	14 Jan 2024 15:43:45 -0000	1.218.2.4
+++ lib/libm/Makefile	10 Feb 2025 14:29:48 -0000
@@ -96,6 +96,7 @@ COMMON_SRCS += fenv.c
  .elif (${LIBC_MACHINE_ARCH} == "hppa")
  .PATH.c: ${.CURDIR}/arch/hppa
  COMMON_SRCS+= fenv.c s_rintl.c
+COMMON_SRCS+= s_fma.c s_fmaf.c s_fmal.c

  .elif (${LIBC_MACHINE_ARCH} == "sparc")
  .PATH: ${.CURDIR}/arch/sparc
---

Sorry for the slow reply.

Please commit and send pull request.
Thanks,
Nick


Home | Main Index | Thread Index | Old Index