Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2D real-valued transforms work | Anthony Blake | 2012-11-15 | 2 | -121/+23 | |
| | ||||||
* | Real-valued Multi-dimension transforms | Anthony Blake | 2012-11-15 | 4 | -7/+279 | |
| | ||||||
* | Fixed some compiler warnings, generalized transform interface (in prep for ↵ | Anthony Blake | 2012-11-15 | 6 | -46/+69 | |
| | | | | double etc) | |||||
* | Uses slightly faster call to internal transforms | Anthony Blake | 2012-11-14 | 1 | -2/+2 | |
| | ||||||
* | Multi-dimensional saves some planning | Anthony Blake | 2012-11-14 | 1 | -2/+17 | |
| | ||||||
* | Inline function macros -- thanks AW | Anthony Blake | 2012-11-13 | 3 | -4/+4 | |
| | ||||||
* | NEON optimization for inverse real-valued transforms | Anthony Blake | 2012-11-09 | 1 | -1/+50 | |
| | ||||||
* | Some ARM NEON optimization for forward real transforms | Anthony Blake | 2012-11-09 | 1 | -2/+47 | |
| | ||||||
* | Real transforms now use hermitian format | Anthony Blake | 2012-11-09 | 1 | -2/+2 | |
| | ||||||
* | Added real transforms | Anthony Blake | 2012-11-08 | 5 | -7/+177 | |
| | ||||||
* | Slightly better transpose for NEON | Anthony Blake | 2012-11-08 | 6 | -47/+200 | |
| | ||||||
* | Build warnings | Anthony Blake | 2012-11-07 | 1 | -4/+4 | |
| | ||||||
* | Fixed compile warnings | Anthony Blake | 2012-11-07 | 1 | -1/+1 | |
| | ||||||
* | 2D has SIMD transpose (still needs work though) | Anthony Blake | 2012-11-06 | 2 | -5/+37 | |
| | ||||||
* | Multi-dimensional works (slow transpose tho) | Anthony Blake | 2012-11-02 | 1 | -42/+15 | |
| | ||||||
* | 2D transforms work | Anthony Blake | 2012-10-31 | 1 | -19/+23 | |
| | ||||||
* | Square 2D works | Anthony Blake | 2012-10-31 | 5 | -12/+95 | |
| | ||||||
* | Initial multi-dimensional structure | Anthony Blake | 2012-10-31 | 4 | -3/+119 | |
| | ||||||
* | Modified API to make way for multi-dimensional transforms | Anthony Blake | 2012-10-31 | 2 | -10/+9 | |
| | ||||||
* | ARM ABI for NEON | Anthony Blake | 2012-10-23 | 1 | -1/+3 | |
| | ||||||
* | More accurate PI const | Anthony Blake | 2012-10-22 | 1 | -2/+1 | |
| | ||||||
* | Cleanup | Anthony Blake | 2012-10-20 | 2 | -71/+8 | |
| | ||||||
* | All transforms are now thread safe | Anthony Blake | 2012-10-20 | 2 | -25/+51 | |
| | ||||||
* | Fixed NEON warnings | Anthony Blake | 2012-10-20 | 3 | -3/+5 | |
| | ||||||
* | Cleaned dead code | Anthony Blake | 2012-10-20 | 1 | -21/+0 | |
| | ||||||
* | Dead code cleanup | Anthony Blake | 2012-10-20 | 1 | -323/+1 | |
| | ||||||
* | Transforms for N>=32 are now thread safe | Anthony Blake | 2012-10-20 | 5 | -75/+16 | |
| | ||||||
* | Renamed cp_sse.c -> ffts.c | Anthony Blake | 2012-10-20 | 8 | -12/+10 | |
| | ||||||
* | Cleaned out old test code | Anthony Blake | 2012-10-20 | 1 | -47/+0 | |
| | ||||||
* | NEON backwards transforms work correctly | Anthony Blake | 2012-10-20 | 8 | -94/+164 | |
| | ||||||
* | Added copyright notice | Anthony Blake | 2012-10-19 | 15 | -12/+495 | |
| | ||||||
* | Shifted .p2align out of #if case | Anthony Blake | 2012-10-18 | 1 | -2/+1 | |
| | ||||||
* | Linux x86 data alignment fix for sse.s | Anthony Blake | 2012-10-18 | 1 | -2/+5 | |
| | ||||||
* | Fixed sse.s _x4 on Linux | Anthony Blake | 2012-10-18 | 1 | -1/+5 | |
| | ||||||
* | Fixed sse.s _leaf_oo on Linux | Anthony Blake | 2012-10-18 | 1 | -2/+2 | |
| | ||||||
* | Portability changes for sse.s -- underscore stuff for __APPLE__ | Anthony Blake | 2012-10-18 | 1 | -58/+149 | |
| | ||||||
* | Fixed gcc compile issue | Anthony Blake | 2012-10-18 | 1 | -2/+2 | |
| | ||||||
* | ARM portability changes (underscore function prefix on iOS) | Anthony Blake | 2012-10-18 | 2 | -13/+57 | |
| | ||||||
* | Changed M_PI to PI constant | Anthony Blake | 2012-10-18 | 1 | -2/+3 | |
| | ||||||
* | Misc | Anthony Blake | 2012-10-11 | 1 | -0/+15 | |
| | ||||||
* | Builds and runs on Android/ARM | Anthony Blake | 2012-10-11 | 9 | -193/+160 | |
| | ||||||
* | SSE forwards and backwards working | Anthony Blake | 2012-09-26 | 1 | -1/+1 | |
| | ||||||
* | SSE backwards for for N>=32 | Anthony Blake | 2012-09-26 | 7 | -14/+94 | |
| | ||||||
* | Cleaning | Anthony Blake | 2012-09-24 | 3 | -37/+71 | |
| | ||||||
* | Moved EE store so they are in block, misc other stuff | Anthony Blake | 2012-08-31 | 2 | -22/+17 | |
| | ||||||
* | Switched from valloc to mmap to avoid weird bug | Anthony Blake | 2012-08-31 | 3 | -31/+36 | |
| | ||||||
* | Using shifts for N in body | Anthony Blake | 2012-08-31 | 1 | -2/+20 | |
| | ||||||
* | SSE working | Anthony Blake | 2012-08-30 | 4 | -17/+59 | |
| | ||||||
* | SSE working in GDB | Anthony Blake | 2012-08-30 | 3 | -7/+395 | |
| | ||||||
* | SSE Leaves working | Anthony Blake | 2012-08-29 | 3 | -20/+363 | |
| |