Skip to content

Releases: Rinzii/ccmath

Ccmath v0.1.5 Beta Release

18 Jun 21:25
Compare
Choose a tag to compare
Pre-release

What's Changed

  • [Feature] Implementation of ldexp by @GDBobby in #35
  • Bring in Dev branches current state into the main branch by @Rinzii in #39
  • Apply hot patch to allow proper runtime evaluation by @Rinzii in #40

Full Changelog: v0.1.4...v0.1.5

Ccmath v0.1.4 Beta Release

04 Jun 20:27
9baee02
Compare
Choose a tag to compare
Pre-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

07 Apr 00:39
b8355b3
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Bring Dev branch into main for v0.1.3 by @Rinzii in #26
  • Major Refactor of entire internal structure

Full Changelog: v0.1.2...v0.1.3

Ccmath v0.1.2 Beta Release - Hot Patch

14 Mar 22:24
b9dae17
Compare
Choose a tag to compare
Pre-release

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

09 Mar 10:38
fa136d5
Compare
Choose a tag to compare
Pre-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

02 Mar 23:21
867fc9d
Compare
Choose a tag to compare
Pre-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

  • @Rinzii made their first contribution in #1

Full Changelog: https://github.com/Rinzii/ccmath/commits/v0.1.0