What's Changed
- Fix handling of inf times negative values by @mborland in #1303
- Fix case of finite x - inf not returning -inf by @mborland in #1305
- Fix construction of subnormal values by @mborland in #1307
- Improve performance and rounding of 128-bit mul by @mborland in #1310
- Fix non-finite division handling by @mborland in #1313
- Fix loss of precision in operator% and remove all individual (and duplicated) impls by @mborland in #1317
- Fix u256 ODR violation by @mborland in #1318
- Fix non-finite value handling in operator% by @mborland in #1320
Full Changelog: v6.0.0...v6.0.1