summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added VFP support for ARMAnthony Blake2013-04-037-37/+666
|
* Fixed cacheflush bug on ARM/Linux -- thanks to Eric Humbert from Invoxia for ↵Anthony Blake2013-03-201-0/+4
| | | | reporting this bug
* Changes to ND codeAnthony Blake2013-01-251-36/+69
|
* codegen.c: Fixed improperly placed postfix increment which was causing problemsAnthony Blake2013-01-111-10/+10
| | | | | when compiling for INTEGRITY. Many thanks to Serge Plagnol for characterizing and reporting this fault.
* Included config.h in ffts.hAnthony Blake2013-01-081-0/+2
|
* Fixed incorrect memory allocationAnthony Blake2012-12-151-1/+1
|
* Fixed memory leak on p->ws_isAnthony Blake2012-12-141-0/+2
|
* Temp hack to fix aligned stuff in ffts.hAnthony Blake2012-12-141-1/+6
|
* miscAnthony Blake2012-12-131-1/+37
|
* Slight speed improvement for ARM NDAnthony Blake2012-12-121-2/+2
|
* Fixed ND segfaultAnthony Blake2012-12-121-4/+4
|
* Added static modeAnthony Blake2012-12-0310-17/+2128
|
* 2D real-valued inverse works for N1 != N2Anthony Blake2012-11-161-11/+10
|
* Removed unneeded real transposeAnthony Blake2012-11-161-10/+0
|
* Real-valued inverse 2D transforms workingAnthony Blake2012-11-161-12/+58
|
* Fixed inverse real-valued transformAnthony Blake2012-11-151-7/+22
|
* 2D real-valued transforms workAnthony Blake2012-11-152-121/+23
|
* Real-valued Multi-dimension transformsAnthony Blake2012-11-154-7/+279
|
* Fixed some compiler warnings, generalized transform interface (in prep for ↵Anthony Blake2012-11-156-46/+69
| | | | double etc)
* 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
|
OpenPOWER on IntegriCloud