Date: Thu, 28 Oct 2021 15:28:51 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-current@freebsd.org Subject: access to ld128 system Message-ID: <20211028222851.GA24101@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
kib@ recently committed my implementations of cospi[fl], sinpi[fl], and tanpi[fl]. These functions have been extensively tested for float, double, and long double where long double is the Intel 80-bit long double (e.g., msun/ld80/s_sinpil.c). The 128-bit versions of these routines have not been tested (e.g., msun/ld128/s_sinpil.c) kib pointed me to a system in the FreeBSD, which I have access to. Unfortunately, that system has double == long double, and can only test the support for the weak references. Is there a system with 128-bit long double that I can have access for some testing? -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211028222851.GA24101>