summaryrefslogtreecommitdiffstats
path: root/src/ffts_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Detect presence of malloc.h, fixes anthonix/ffts#40Jukka Ojanen2015-07-301-0/+3
|
* Define [pa] and [pb] as constant input variables, not writable outputsJukka Ojanen2015-07-161-1/+0
|
* Remove some dead codeJukka Ojanen2015-07-151-19/+0
|
* FFTS is no longer depended on any other math library, and this should help ↵Jukka Ojanen2015-07-141-1/+0
| | | | to verify its numerical accuracy.
* Fix ffts_aligned_free MinGW crashJukka Ojanen2015-07-061-1/+1
|
* Incorrect stride with GCC flags "-march=native -ffast-math"Jukka Ojanen2015-07-021-2/+3
| | | | Note that N/leaf_N is always a multiply of 2
* Generate cosine and sine table without using C math library. About 100 times ↵Jukka Ojanen2015-03-311-10/+0
| | | | faster on ARM and 15 times faster on x86.
* To support building for Windows with MinGW, don't assume MSVC to be the compilerJukka Ojanen2015-03-191-1/+1
|
* Removal of 'transforms' broke dynamic codeJukka Ojanen2015-03-101-0/+2
|
* Check existence of various headers and add guards for themJukka Ojanen2015-03-101-0/+7
|
* Remove FFTS plan variable 'transforms', which is not usedJukka Ojanen2015-03-101-5/+0
|
* Fix redefinition of ffts_plan_tJukka Ojanen2014-11-171-2/+0
|
* Follow the "one definition rule"Jukka Ojanen2014-11-161-7/+3
|
* Rename src/ffts.h to src/ffts_internal.h to avoid conflicts with include/ffts.hJukka Ojanen2014-11-161-0/+238
OpenPOWER on IntegriCloud