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

`decimal64` mul is slower than division by >30% #653

Closed mborland closed 2 weeks ago

mborland commented 2 weeks ago

Ran the benchmarks today and got new timings for decimal64 mul at 583818ns and div at 447910. The rest of the types have faster mul than div as you would expect