summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Uses slightly faster call to internal transformsAnthony Blake2012-11-141-2/+2
|
* Multi-dimensional saves some planningAnthony Blake2012-11-141-2/+17
|
* Inline function macros -- thanks AWAnthony Blake2012-11-133-4/+4
|
* NEON optimization for inverse real-valued transformsAnthony Blake2012-11-091-1/+50
|
* Some ARM NEON optimization for forward real transformsAnthony Blake2012-11-091-2/+47
|
* Real transforms now use hermitian formatAnthony Blake2012-11-091-2/+2
|
* Added real transformsAnthony Blake2012-11-085-7/+177
|
* Slightly better transpose for NEONAnthony Blake2012-11-086-47/+200
|
* Build warningsAnthony Blake2012-11-071-4/+4
|
* Fixed compile warningsAnthony Blake2012-11-071-1/+1
|
* 2D has SIMD transpose (still needs work though)Anthony Blake2012-11-062-5/+37
|
* 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-312-10/+9
|
* ARM ABI for NEONAnthony Blake2012-10-231-1/+3
|
* More accurate PI constAnthony Blake2012-10-221-2/+1
|
* 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-205-75/+16
|
* Renamed cp_sse.c -> ffts.cAnthony Blake2012-10-208-12/+10
|
* Cleaned out old test codeAnthony Blake2012-10-201-47/+0
|
* NEON backwards transforms work correctlyAnthony Blake2012-10-208-94/+164
|
* Added copyright noticeAnthony Blake2012-10-1915-12/+495
|
* 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
|
* Fixed gcc compile issueAnthony Blake2012-10-181-2/+2
|
* ARM portability changes (underscore function prefix on iOS)Anthony Blake2012-10-182-13/+57
|
* Changed M_PI to PI constantAnthony Blake2012-10-181-2/+3
|
* MiscAnthony Blake2012-10-111-0/+15
|
* Builds and runs on Android/ARMAnthony Blake2012-10-119-193/+160
|
* SSE forwards and backwards workingAnthony Blake2012-09-261-1/+1
|
* SSE backwards for for N>=32Anthony Blake2012-09-267-14/+94
|
* CleaningAnthony Blake2012-09-243-37/+71
|
* Moved EE store so they are in block, misc other stuffAnthony Blake2012-08-312-22/+17
|
* Switched from valloc to mmap to avoid weird bugAnthony Blake2012-08-313-31/+36
|
* Using shifts for N in bodyAnthony Blake2012-08-311-2/+20
|
* SSE workingAnthony Blake2012-08-304-17/+59
|
* SSE working in GDBAnthony Blake2012-08-303-7/+395
|
* SSE Leaves workingAnthony Blake2012-08-293-20/+363
|
* SSE LEAF EE worksAnthony Blake2012-08-2910-137/+720
|
* Working on ARMAnthony Blake2012-08-247-240/+391
|
* WOrkingAnthony Blake2012-08-205-150/+135
|
OpenPOWER on IntegriCloud