| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CMakeLists.txt: disable -Werror=return-type | Xavier Del Campo Romero | 2022-02-24 | 1 | -2/+2 |
| | | |||||
| * | Disable tests | Xavier Del Campo Romero | 2022-02-24 | 1 | -10/+8 |
| | | |||||
| * | Downgrade CMAKE_C_STANDARD to 99 | Xavier Del Campo Romero | 2022-02-24 | 1 | -1/+1 |
| | | |||||
| * | Rename library CMakeLists.txt | Xavier Del Campo Romero | 2022-02-24 | 1 | -2/+2 |
| | | |||||
| * | fixed division, undefined behaviors and some improvements (#33) | Martin Bařinka | 2021-05-03 | 1 | -5/+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 | ||||
| * | New unittests (#28) | Martin Bařinka | 2021-04-29 | 1 | -9/+13 |
| | | | | Refactor unittests | ||||
| * | added cmake project file | maruncz | 2021-04-19 | 1 | -0/+28 |
