Releases: kiabuzz/CompressedLUT
Releases · kiabuzz/CompressedLUT
bug fix on long int output
1.3.1
Two bug fixes: hex input val, signed function fix
-
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).
-
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)
Fixed a bug about some functions such as Sin resulting in an overflow. Changed int to long int to fix it.
1.1
Initial release
1.0 Add files via upload