summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add notes about data layout to ffts.hJukka Ojanen2016-04-051-4/+16
|
* Enable building shared library and start version numbering from 0.9.0. On ↵Jukka Ojanen2015-11-301-8/+35
| | | | Windows when using FFTS as a DLL, define FFTS_SHARED. This is not mandatory, but it offers a little performance increase. Hide symbols when possible to improve compiler optimization and sizeof binary. Use CMake target alias "ffts" to choose between static and shared library, preferring static
* Cleaning to make ISO C90 compatibleJukka Ojanen2014-10-291-21/+20
|
* Adding in Vim modelines to all .c and .h files.Robert Massaioli2013-12-051-0/+1
|
* Added defined constants for sign.Robert Massaioli2013-11-301-0/+3
|
* Added API for real multi-dimension transformsAnthony Blake2012-11-151-1/+2
|
* Real transforms now use hermitian formatAnthony Blake2012-11-091-1/+5
|
* Added real transformsAnthony Blake2012-11-081-1/+4
|
* Modified API to make way for multi-dimensional transformsAnthony Blake2012-10-311-21/+4
|
* Transforms for N>=32 are now thread safeAnthony Blake2012-10-201-0/+1
|
* Made ffts_plan_t private -- transforms now have to use ffts_execute()Anthony Blake2012-10-201-1/+2
|
* NEON backwards transforms work correctlyAnthony Blake2012-10-201-1/+1
|
* Builds and runs on Android/ARMAnthony Blake2012-10-111-3/+11
|
* SSE workingAnthony Blake2012-08-301-0/+1
|
* Working on ARMAnthony Blake2012-08-241-3/+1
|
* Full custom FFT32 worksAnthony Blake2012-08-201-6/+12
|
* Pre- dynamic code generationAnthony Blake2012-08-091-2/+2
|
* Forwards and backwards workingAnthony Blake2012-08-011-2/+17
|
* Initial commitAnthony Blake2012-07-311-0/+47
OpenPOWER on IntegriCloud