summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added real transformsAnthony Blake2012-11-086-8/+181
|
* Slightly better transpose for NEONAnthony Blake2012-11-088-50/+203
|
* Build warningsAnthony Blake2012-11-071-4/+4
|
* build changesAnthony Blake2012-11-071-3/+3
|
* Fixed compile warningsAnthony Blake2012-11-071-1/+1
|
* Fixed build scripts with patch from Tim Baverstock -- thanks TimAnthony Blake2012-11-071-8/+42
|
* 2D has SIMD transpose (still needs work though)Anthony Blake2012-11-063-6/+38
|
* Multi-dimensional works (slow transpose tho)Anthony Blake2012-11-021-42/+15
|
* 2D transforms workAnthony Blake2012-10-311-19/+23
|
* Square 2D worksAnthony Blake2012-10-315-12/+95
|
* Initial multi-dimensional structureAnthony Blake2012-10-314-3/+119
|
* Modified API to make way for multi-dimensional transformsAnthony Blake2012-10-314-36/+18
|
* ARM ABI for NEONAnthony Blake2012-10-231-1/+3
|
* More accurate PI constAnthony Blake2012-10-221-2/+1
|
* Slightly better testingAnthony Blake2012-10-221-10/+96
|
* CleanupAnthony Blake2012-10-202-71/+8
|
* All transforms are now thread safeAnthony Blake2012-10-202-25/+51
|
* Fixed NEON warningsAnthony Blake2012-10-203-3/+5
|
* 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-206-75/+17
|
* Renamed cp_sse.c -> ffts.cAnthony Blake2012-10-209-13/+11
|
* Cleaned out old test codeAnthony Blake2012-10-201-47/+0
|
* Made ffts_plan_t private -- transforms now have to use ffts_execute()Anthony Blake2012-10-202-3/+4
|
* NEON backwards transforms work correctlyAnthony Blake2012-10-209-95/+165
|
* Added copyright noticeAnthony Blake2012-10-1916-12/+527
|
* Added missing aclocal.m4Anthony Blake2012-10-191-0/+9551
|
* Shifted .p2align out of #if caseAnthony Blake2012-10-181-2/+1
|
* Linux x86 data alignment fix for sse.sAnthony Blake2012-10-181-2/+5
|
* Fixed sse.s _x4 on LinuxAnthony Blake2012-10-181-1/+5
|
* Fixed sse.s _leaf_oo on LinuxAnthony Blake2012-10-181-2/+2
|
* Portability changes for sse.s -- underscore stuff for __APPLE__Anthony Blake2012-10-181-58/+149
|
* Copied previously symlinked filesAnthony Blake2012-10-184-4/+13759
|
* Fixed gcc compile issueAnthony Blake2012-10-181-2/+2
|
* Added simple READMEAnthony Blake2012-10-181-0/+11
|
* Added Android build scriptAnthony Blake2012-10-182-0/+28
|
* ARM portability changes (underscore function prefix on iOS)Anthony Blake2012-10-185-15/+71
|
* Changed M_PI to PI constantAnthony Blake2012-10-181-2/+3
|
* MiscAnthony Blake2012-10-112-0/+25
|
* Builds and runs on Android/ARMAnthony Blake2012-10-1115-218/+595
|
* SSE forwards and backwards workingAnthony Blake2012-09-261-1/+1
|
* SSE backwards for for N>=32Anthony Blake2012-09-269-19/+99
|
* Added depcompAnthony Blake2012-09-261-0/+1
|
* rm libtoolAnthony Blake2012-09-261-10238/+0
|
* Added libtoolAnthony Blake2012-09-262-0/+10239
|
* Added testAnthony Blake2012-09-263-0/+462
|
* Added config.guessAnthony Blake2012-09-261-0/+1
|
* Added autoconf stuffAnthony Blake2012-09-262-0/+331
|
* Added install-shAnthony Blake2012-09-261-0/+527
|
* CleaningAnthony Blake2012-09-244-37/+79
|
OpenPOWER on IntegriCloud