Skip to content

Releases: kiabuzz/CompressedLUT

bug fix on long int output

04 Mar 19:00
ca9e29a
Compare
Choose a tag to compare

Small bug fix related to long int values.

1.3.1

20 Jan 13:44
d45e90c
Compare
Choose a tag to compare

Had forgotten to update the .h file.

Two bug fixes: hex input val, signed function fix

19 Jan 19:13
70d0b82
Compare
Choose a tag to compare
  1. In the text file mode, it accepts a text file that contains hexadecimal values (instead of integers). I made this change because it would be confusing to ask users to convert their floating point values into fixed-point then into integers and then into unsigned integers. Now, they can provide hexadecimal values (refer to example.txt in the attached file).

  2. In the function mode, it implements signed functions without changing the original equation. The tool prints out the input and output format as well.

Small bug fix (long int)

08 Jan 17:26
2b78928
Compare
Choose a tag to compare

Fixed a bug about some functions such as Sin resulting in an overflow. Changed int to long int to fix it.

1.1

04 Jan 20:11
35771ea
Compare
Choose a tag to compare
1.1

Small bug fix, updated readme, help and paper citation.

Initial release

26 Dec 00:50
a2d18a1
Compare
Choose a tag to compare
1.0

Add files via upload