Skip to content

v8.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@gbmhunter gbmhunter released this 11 Jan 17:56
· 21 commits to master since this release

[v8.0.0-beta.2] - 2018-01-11

Added

  • Added compile time check to FpF class to make sure template parameters are the same before doing multiplication.
  • Added README code to a new example folder (to make sure it compiles correctly).
  • Added conversion methods, casting capabilities and associated unit tests for the FpF class.

Fixed

  • Removed reference to non-existant MFixedPoint library when linking the benchmark and unit test code.
  • Fixed failing sudo make install command.
  • Fixed failing FpF multiplication.
  • Fixed bug where FpF constructor accepting a double was first converting value to a float.
  • Example in README now compiles correctly.
  • Fixed bug where bit-shifting was overflowing in fixed-point constructors from doubles because '1' was not being cast to BaseType first.