Releases: Rinzii/ccmath
Releases · Rinzii/ccmath
Ccmath v0.1.5 Beta Release
Ccmath v0.1.4 Beta Release
What's Changed
- Hot patch Fix usage of cmake 3.23 feature by @Rinzii in #37
- Update cmake to reflect new hotpatch and properly format script by @Rinzii in #38
Full Changelog: v0.1.3...v0.1.4
Ccmath v0.1.3 Beta Release
What's Changed
Full Changelog: v0.1.2...v0.1.3
Ccmath v0.1.2 Beta Release - Hot Patch
What's Changed
- Bring in multiple hot patches for the library into main by @Rinzii in #15
- Bring hot patch version 0.1.2 into main by @Rinzii in #18
Full Changelog: v0.1.1...v0.1.2
Ccmath v0.1.1 Beta Release
What's Changed
- Bring version 0.1.1 into main by @Rinzii in #12
- Add log support
- Add log2 support
- Multiple minor adjustments to most functions.
Full Changelog: v0.1.0...v0.1.1
Ccmath v0.1.0 Beta Release
What's Changed
- Complete all of basic module (remquo is currently on hold)
- Complete addition of doxygen documentation with all of basic module
- Add function abs()
- Add function fdim()
- Add function fma()
- Add function fmod()
- Add function max()
- Add function min()
- Add function remainder()
- Partial add function remquo()
- Add function fpclassify()
- Add function isfinite()
- Add function isinf()
- Add function isnan()
- Add function signbit()
Notes
- Remquo has only limited support currently. Due to technical difficulties ccmath only supports remquo() with GCC 7.1+ due to technical problems in the implementation process. Full support is being pushed back to a later release once the library has matured further.
New Contributors
Full Changelog: https://github.com/Rinzii/ccmath/commits/v0.1.0