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

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 29 Oct 2021 00:15:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218514

--- Comment #29 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3bfc837685b8128067b946b31dfe2120dae0d003

commit 3bfc837685b8128067b946b31dfe2120dae0d003
Author:     Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2021-10-28 22:53:13 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-29 00:15:19 +0000

    sinpi,cospi,tanpi: float.h needed for week reference

    The patch fixes the omission of '#include <float.h>', which is needed for
    the weak reference on systems with LDBL_MANT_DIG == DBL_MANT_DIG.

    PR:     218514
    MFC after:      1 week

 lib/msun/src/s_cospi.c | 1 +
 lib/msun/src/s_sinpi.c | 1 +
 lib/msun/src/s_tanpi.c | 1 +
 3 files changed, 3 insertions(+)

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