aboutsummaryrefslogtreecommitdiff
path: root/unittests/fix16_str_unittests.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed division, undefined behaviors and some improvements (#33)Martin Baƙinka2021-05-031-117/+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
* Make unittest #include path consistent (#29)Petteri Aimonen2021-04-291-1/+1
|
* Fix bug in fix16_str_unittests on Windows.PetteriAimonen2013-04-191-1/+1
| | | | | Fixes issue 23.
* Added to/from string conversion functions, and testcases for them.Petteri.Aimonen2012-08-291-0/+117