summaryrefslogtreecommitdiffstats
path: root/src/macros.h
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily disable AltiVec support pending update to use new data typesHEADmasterTimothy Pearson2016-10-021-3/+4
|
* Rename vector V as V4SF; vector of 4 single precision floats. Rename all ↵Jukka Ojanen2015-03-121-97/+103
| | | | | | vector V macros accordingly. Redefine ffts_constants as ffts_constants_32f and ffts_constants_64f.
* Initial steps to support double precision. Replace data_t with float, and ↵Jukka Ojanen2015-03-121-11/+34
| | | | cdata_t with ffts_cpx_32f.
* To support generic building, fallback using scalar macros from macros-alpha.hJukka Ojanen2015-03-091-12/+4
|
* Definitions HAVE_VFP and HAVE_SSE cannot coexistJukka Ojanen2014-12-061-3/+1
|
* Add CMake as an alternative build systemJukka Ojanen2014-10-311-72/+95
| | | | Add support for Windows x64 (requires YASM)
* Adding in Vim modelines to all .c and .h files.Robert Massaioli2013-12-051-0/+1
|
* Renamed sse_float.h -> macros-sse.hAnthony Blake2013-04-221-1/+1
|
* Fixed up the smaller VFP transforms. Inverse VFP and real/nd VFP still not ↵Anthony Blake2013-04-221-284/+114
| | | | working yet.
* Fixed some compiler warnings, generalized transform interface (in prep for ↵Anthony Blake2012-11-151-42/+54
| | | | double etc)
* Inline function macros -- thanks AWAnthony Blake2012-11-131-1/+1
|
* Slightly better transpose for NEONAnthony Blake2012-11-081-7/+7
|
* CleanupAnthony Blake2012-10-201-54/+3
|
* All transforms are now thread safeAnthony Blake2012-10-201-23/+47
|
* Cleaned dead codeAnthony Blake2012-10-201-21/+0
|
* Dead code cleanupAnthony Blake2012-10-201-323/+1
|
* Transforms for N>=32 are now thread safeAnthony Blake2012-10-201-1/+1
|
* Renamed cp_sse.c -> ffts.cAnthony Blake2012-10-201-1/+1
|
* NEON backwards transforms work correctlyAnthony Blake2012-10-201-0/+15
|
* Added copyright noticeAnthony Blake2012-10-191-0/+34
|
* ARM portability changes (underscore function prefix on iOS)Anthony Blake2012-10-181-4/+8
|
* Builds and runs on Android/ARMAnthony Blake2012-10-111-19/+40
|
* SSE backwards for for N>=32Anthony Blake2012-09-261-5/+60
|
* CleaningAnthony Blake2012-09-241-1/+2
|
* Working on ARMAnthony Blake2012-08-241-9/+9
|
* WorkingAnthony Blake2012-08-131-1/+1
|
* Self-modifying size-64 worksAnthony Blake2012-08-111-6/+7
|
* Pre- dynamic code generationAnthony Blake2012-08-091-135/+393
|
* Forwards and backwards workingAnthony Blake2012-08-011-33/+25
|
* Initial commitAnthony Blake2012-07-311-0/+308
OpenPOWER on IntegriCloud