libfixmath/benchmarks
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
..
Makefile fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00
benchmark.c fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00
generate_testcases.py Benchmark suite using simulators 2012-02-27 16:40:45 +00:00
interface-arm.c fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00
interface-avr.c fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00
interface.c fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00
interface.h fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00
results-avr.ods fixed division, undefined behaviors and some improvements (#33) 2021-05-03 13:43:54 +03:00