Skip to content

v8.0.0

Choose a tag to compare

@gbmhunter gbmhunter released this 12 Feb 19:50
· 11 commits to master since this release

[v8.0.0] - 2018-02-12

Added

  • Added CLion project files, closes 92.
  • Added overload support for printing To ostream using '<<' (and a 'ToString()' method), closes #67.
  • Added unit tests for arithmetic between 'FpF' and 'int' objects.

Fixed

  • Fixed bug where code coverage library was looked for even if COVERAGE set to false, closes #91.
  • Removed un-used 'CountLeadingZeros()' and 'fixinv()' functions from 'FpF.hpp'.
  • Improved speed of FpF division and fixed incorrect result when BaseType was greater than 32 bits, closes #93.V