Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:39:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 218514] [LIBM] implementations of sinpi[fl], cospi[fl],  and tanpi[fl]
Message-ID:  <bug-218514-99-cMjKBOgl9o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218514-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218514-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218514

--- Comment #15 from Steve Kargl <kargl@FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #13)
Whoops, sorry about that.  Juggling 4 year diffs and re-integrating them in=
to a
git world problem.  In the diff I had

+# IEEE-754 2008 and ISO/IEC TS 18661-4 half-cycle trignometric functions
+COMMON_SRCS+=3D  s_cospi.c s_cospif.c s_cospil.c \
+       s_sinpi.c s_sinpif.c s_sinpil.c \
+       s_tanpi.c s_tanpif.c s_tanpil.c

The long double function should have been added under the=20

.if ${LDBL_PREC} !=3D 53
# If long double !=3D double use these; otherwise, we alias the double vers=
ions.

part of the Makefile.  Do you want me to regenerate a diff.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218514-99-cMjKBOgl9o>