summaryrefslogtreecommitdiffstats
path: root/src/ffts.h
Commit message (Expand)AuthorAgeFilesLines
* Rename src/ffts.h to src/ffts_internal.h to avoid conflicts with include/ffts.hJukka Ojanen2014-11-161-238/+0
* To prevent symbol name clashes we will prefix all symbolsJukka Ojanen2014-11-061-0/+15
* Replace _M_AMD64 with _M_X64 as it is equal and "neutral"Jukka Ojanen2014-11-041-1/+1
* Add CMake as an alternative build systemJukka Ojanen2014-10-311-118/+155
* automatic trailing space removalJérôme Carretero2014-10-061-23/+23
* Merge pull request #20 from dennisss/android-neon-fixesAnthony Blake2014-01-051-0/+8
|\
| * Add simple logging and test whether N is a power of 2Dennis Shtatnov2013-12-241-0/+8
* | Adding in Vim modelines to all .c and .h files.Robert Massaioli2013-12-051-0/+1
|/
* Commented the plan_t structure with Anthony BlakeMatt Hunter2013-07-251-5/+78
* Added VFP support for ARMAnthony Blake2013-04-031-0/+1
* Included config.h in ffts.hAnthony Blake2013-01-081-0/+2
* Temp hack to fix aligned stuff in ffts.hAnthony Blake2012-12-141-1/+6
* Added static modeAnthony Blake2012-12-031-2/+2
* Fixed some compiler warnings, generalized transform interface (in prep for do...Anthony Blake2012-11-151-3/+4
* Inline function macros -- thanks AWAnthony Blake2012-11-131-2/+2
* Added real transformsAnthony Blake2012-11-081-1/+2
* Slightly better transpose for NEONAnthony Blake2012-11-081-1/+2
* Square 2D worksAnthony Blake2012-10-311-3/+8
* Initial multi-dimensional structureAnthony Blake2012-10-311-0/+3
* Modified API to make way for multi-dimensional transformsAnthony Blake2012-10-311-9/+8
* More accurate PI constAnthony Blake2012-10-221-2/+1
* Renamed cp_sse.c -> ffts.cAnthony Blake2012-10-201-0/+87
OpenPOWER on IntegriCloud