summaryrefslogtreecommitdiffstats
path: root/src/ffts_trig.h
Commit message (Collapse)AuthorAgeFilesLines
* Add double-double arithmetic to generate "exact" double precision cosine and ↵Jukka Ojanen2015-09-161-0/+3
| | | | sine tables. Correct rounding verified using MPFR upto 2^28. SSE2 optimized ffts_generate_cosine_sine_pow2_64f takes twice as long as ffts_generate_cosine_sine_pow2_32f.
* FFTS is no longer depended on any other math library, and this should help ↵Jukka Ojanen2015-07-141-0/+5
| | | | to verify its numerical accuracy.
* Move trigonometric stuff to separate file.Jukka Ojanen2015-07-141-0/+48
Implemented Oscar Buneman's method for generating a sequence of sines and cosines.
OpenPOWER on IntegriCloud