v3.0.0
What's Changed
- Add additional fast math support by @mborland in #749
- Enable interoperability with
std::
types from<charconv>
by @mborland in #752 - Add literals for fast types by @mborland in #753
- Add module support to the fast types by @mborland in #754
- Enable 80 and 128 bit long double conversions by @mborland in #756
- Replace macos-12 with 15 by @mborland in #755
- Update GDB run in metal CI by @ckormanyos in #760
- Refactor rescale by @mborland in #762
- Remove IBM test cases to be safe on licensing by @mborland in #763
- Add financial calculations to examples by @mborland in #765
- Remove cruft by @mborland in #766
- Add string and string_view interfaces to
from_chars
by @mborland in #768 - Fix deprecated whitespace in literal definition by @mborland in #771
- Add 32-bit FMA implementation by @mborland in #770
- Update fuzz by @mborland in #772
- Re-activate MSVC 14.3 and Clang-CL testing and Improve Intel Testing by @mborland in #775
- Improve Coverage by @mborland in #776
- Add example using Boost.Math by @mborland in #774
- Fix for 777 by @mborland in #778
- Support for by @mborland in #363
- Implement proper 64 bit FMA by @mborland in #779
- Fix macro naming for format by @mborland in #780
- Capital format by @mborland in #781
Full Changelog: v2.4.0...v3.0.0