Commit Graph

7 Commits

Author SHA1 Message Date
Xavier Del Campo Romero b5c0c9c5f4 CMakeLists.txt: disable -Werror=return-type 2022-02-24 21:45:25 +01:00
Xavier Del Campo Romero 7a8cb94901 Disable tests 2022-02-24 21:45:25 +01:00
Xavier Del Campo Romero 7119e719d1 Downgrade CMAKE_C_STANDARD to 99 2022-02-24 21:45:25 +01:00
Xavier Del Campo Romero f0cb4e0f38 Rename library CMakeLists.txt 2022-02-24 21:45:25 +01:00
Martin Bařinka 0c88e55fa8
fixed division, undefined behaviors and some improvements (#33)
* 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
2021-05-03 13:43:54 +03:00
Martin Bařinka 35eb7753d2
New unittests (#28)
Refactor unittests
2021-04-29 09:40:06 +03:00
maruncz 7541eae325 added cmake project file 2021-04-19 10:46:15 +02:00