On Mon, May 13, 2024 at 9:44 AM Matt Borland wrote:
For the past year Chris Kormanyos and I have been working on a new library to implement IEEE 754 decimal floating point types.
The library provides types decimal32, decimal64, and decimal128 as specified in IEEE 754 and STL-like functionality.
Matt, do we have benchmarks comparing yours to the decimal64
implementation in GCC?
i.e. The C++ std::decimal::decimal64 in