Commit graph

21 commits

Author SHA1 Message Date
Ahmet Inan
cf60e38b9d we ain't come this far to omit sorting 2024-03-11 10:48:56 +01:00
Ahmet Inan
c0347030c7 check entire array 2024-03-10 22:53:04 +01:00
Ahmet Inan
c88d85b0cb added test for quick select 2024-03-09 21:06:55 +01:00
Ahmet Inan
fc39f9ef5f copied Makefile over from code repository 2024-02-21 08:20:08 +01:00
Ahmet Inan
8e4fd040f9 use -O2 with -ffast-math and -ftree-vectorize 2022-04-07 21:42:21 +02:00
Ahmet Inan
52d2a5b0f4 added amortized O(1) moving extrema 2020-10-12 23:12:33 +02:00
Ahmet Inan
fde7c654b6 added ring buffer based double-ended queue 2020-10-11 10:48:26 +02:00
Ahmet Inan
a4c31b1783 added fixed-point CORDIC atan2 2019-02-13 11:04:54 +01:00
Ahmet Inan
70dc3392fe added atan2 test 2019-02-08 11:42:29 +01:00
Ahmet Inan
cf54a8e431 make it work for negative n too 2019-01-18 22:21:51 +01:00
Ahmet Inan
15843df336 added UnitCircle with sine and cosine functions 2019-01-18 16:59:11 +01:00
Ahmet Inan
75094bb2db stay c++11 compatible 2018-10-25 08:57:58 +02:00
Ahmet Inan
ef6871f94b moved crc and xorshift from DSP to CODE repository 2018-09-20 08:45:26 +02:00
Ahmet Inan
ae658f23f4 improved testing scheme 2018-09-20 08:40:25 +02:00
Ahmet Inan
d0419241ea made CRC32 example a bit more representative 2018-09-11 10:35:30 +02:00
Ahmet Inan
d3b4529a6e added another example on how to check the result 2018-07-29 10:53:52 +02:00
Ahmet Inan
f410522d4a added some more examples to the CRC test 2018-07-29 09:03:53 +02:00
Ahmet Inan
9ec3f1a544 gitignore crc test binary 2018-07-29 08:33:11 +02:00
Ahmet Inan
2c9248f6f8 added check for CRC with example from README 2018-07-29 08:01:56 +02:00
Ahmet Inan
6c1064ad37 test double and single float in Kahan summation 2018-03-16 08:13:49 +01:00
Ahmet Inan
826ee2b085 Initial commit 2018-03-02 14:04:46 +01:00