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

Use wideint/SIMD for umul256 #634

Open mborland opened 1 month ago

mborland commented 1 month ago

Here: https://github.com/cppalliance/decimal/blob/develop/include/boost/decimal/detail/emulated256.hpp#L523. Found while implementing operator* for decimal128_fast