cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

Add `BOOST_DECIMAL_FAST_MATH` to cmath functions #628

Open mborland opened 1 month ago

mborland commented 1 month ago

Remove all the inf, nan, etc branches to speed things up at the user's peril. See #623 for impl in fundamental operations

mborland commented 5 days ago

Ensure we hit all of: https://kristerw.github.io/2021/10/19/fast-math/