You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using boost::math when compiling to wasm32 via emscripten is not possible out of the box right now because BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is not defined.
It seems like this is a regression that was introduced by the following PR #753 which seems to be related to #728 and #729.
@jzmaddock to me it looks like uncommenting the define in config.hpp
would solve the problem and i'd happily prepare a PR if you see no negative consequences for NetBSD and hppa since they would also get affected by this change.
The text was updated successfully, but these errors were encountered:
I would recommend making a PR that only affects your platform. We do not have NetBSD in the CI nor do we have hppa since it requires specific hardware.
Using boost::math when compiling to wasm32 via emscripten is not possible out of the box right now because
BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
is not defined.It seems like this is a regression that was introduced by the following PR #753 which seems to be related to #728 and #729.
@jzmaddock to me it looks like uncommenting the
define
inconfig.hpp
would solve the problem and i'd happily prepare a PR if you see no negative consequences for
NetBSD
andhppa
since they would also get affected by this change.The text was updated successfully, but these errors were encountered: