[Bug 236188] devel/boost-libs and BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 4 08:18:55 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236188
Jan Beich <jbeich at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-patch, needs-qa
--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
FreeBSD libm (aka msun) does support long double functions but not everything
as required by C99 e.g., tgammal(3) is a stub. Disabling all C99 math is likely
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 armv7
which are also 32-bit architectures.
Feel free to request exp-run and find out.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list