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

Improved basic operators for 32 and 64 bit types #677

Closed mborland closed 1 week ago

mborland commented 1 week ago

Closes: #672 Closes: #673 Closes: #674 Closes: #675

mborland commented 1 week ago

Overall provides: ~10-13% speedup to mul depending on type with others unchanged or only a small percentage.

mborland commented 1 week ago

Same issue as: https://github.com/boostorg/charconv/pull/211 with ASAN. Merging and will fix