[Bug 218514] [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl]

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 16:39:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218514

--- 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 into a
git world problem.  In the diff I had

+# IEEE-754 2008 and ISO/IEC TS 18661-4 half-cycle trignometric functions
+COMMON_SRCS+=  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 

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

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

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