Skip to content

v2.0.0

Compare
Choose a tag to compare
@mborland mborland released this 19 Jun 11:18
· 624 commits to develop since this release
6d088b3

This release adds the types decimal32_fast, decimal64_fast and decimal128_fast. They offer the same numerical results as their related non-fast type, but without the layout constraints of IEEE 754. See: https://cppalliance.org/decimal/decimal.html#Benchmarks

What's Changed

Full Changelog: v1.2.0...v2.0.0