Skip to content

v3.43: Fixpnt with bit_cast support

Compare
Choose a tag to compare
@Ravenwater Ravenwater released this 15 Oct 23:16
· 577 commits to main since this release
8cd0e24

fixpnt number system is now using bit_cast when C++20 is enabled.

Restructured the build with new classifications.

Moved areal forward.

Added number traits to command line tools that deal with IEEE-754.

Enabled long double support on ieee754_parameter class.