Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Mar 2019 08:18:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 236188] devel/boost-libs and BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
Message-ID:  <bug-236188-25061-zgWtJGv000@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236188-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236188-25061@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=3D236188

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
FreeBSD libm (aka msun) does support long double functions but not everythi=
ng
as required by C99 e.g., tgammal(3) is a stub. Disabling all C99 math is li=
kely
to break a number of ports. Similar to bug 193528 the cost of pre-C99-math
support was too high. Besides, QuantLib test case works fine on armv6 and a=
rmv7
which are also 32-bit architectures.

Feel free to request exp-run and find out.

--=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-236188-25061-zgWtJGv000>