|
.gitignore
|
improved testing scheme
|
2018-09-20 08:40:25 +02:00 |
|
atan2_test.cc
|
added atan2 test
|
2019-02-08 11:42:29 +01:00 |
|
cordic_test.cc
|
added fixed-point CORDIC atan2
|
2019-02-13 11:04:54 +01:00 |
|
deque_test.cc
|
added ring buffer based double-ended queue
|
2020-10-11 10:48:26 +02:00 |
|
kahan_test.cc
|
improved testing scheme
|
2018-09-20 08:40:25 +02:00 |
|
Makefile
|
use -O2 with -ffast-math and -ftree-vectorize
|
2022-04-07 21:42:21 +02:00 |
|
movext_test.cc
|
added amortized O(1) moving extrema
|
2020-10-12 23:12:33 +02:00 |
|
unit_circle_test.cc
|
make it work for negative n too
|
2019-01-18 22:21:51 +01:00 |