aboutsummaryrefslogtreecommitdiff
path: root/unittests/run_unittests.sh
Commit message (Collapse)AuthorAgeFilesLines
* fixed division, undefined behaviors and some improvements (#33)Martin Bařinka2021-05-031-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testing using ctest * emove old testing script * added github workflow CI * updated CI * added unit test for macros * F16() and F16C() are both rounding allways, so fix16_from_dbl should as well * added tests for strign operations, but these functions are in my opinion unreliable and tests are failing * removed old unittests * removed old unittests from cmake * problem with division using gcc * improved benchmark * clarification of problem with division * attempt to fix * fixed some undefined behaviors, fixed division
* Removed 64-bit restriction on linear interpolation functions. Added more ↵Chris Hammond2020-10-291-0/+16
test cases and fixed several bugs in the 64-bit arithmetic functions. Also added script to run all unit tests.