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

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 28 Oct 2021 22:21:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218514

--- Comment #28 from Steve Kargl <kargl@FreeBSD.org> ---
Created attachment 229108
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229108&action=edit
float.h needed for week reference

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

This was found by compiling on ref14-powerpc.freebsd.org.  Still in search of
an ld128 system.

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