summaryrefslogtreecommitdiffstats
path: root/src/ffts_trig.c
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC error C2719Jukka Ojanen2015-10-131-2/+3
* Add SSE2 optimized ffts_generate_cosine_sine_pow2_32fJukka Ojanen2015-09-171-14/+84
* Add double-double arithmetic to generate "exact" double precision cosine and ...Jukka Ojanen2015-09-161-0/+146
* Change the order of constants; cos_hi, cos_lo, sin_hi, sin_lo -> cos_hi, sin_...Jukka Ojanen2015-09-161-68/+68
* Extended constant tables to double-double arithmeticJukka Ojanen2015-09-151-49/+115
* FFTS is no longer depended on any other math library, and this should help to...Jukka Ojanen2015-07-141-3/+127
* Move trigonometric stuff to separate file.Jukka Ojanen2015-07-141-0/+221
OpenPOWER on IntegriCloud