Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added static mode | Anthony Blake | 2012-12-03 | 14 | -19/+2166 |
| | |||||
* | 2D real-valued inverse works for N1 != N2 | Anthony Blake | 2012-11-16 | 1 | -11/+10 |
| | |||||
* | Removed unneeded real transpose | Anthony Blake | 2012-11-16 | 1 | -10/+0 |
| | |||||
* | Real-valued inverse 2D transforms working | Anthony Blake | 2012-11-16 | 1 | -12/+58 |
| | |||||
* | Fixed inverse real-valued transform | Anthony Blake | 2012-11-15 | 1 | -7/+22 |
| | |||||
* | 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 |
| | |||||
* | Added API for real multi-dimension transforms | Anthony Blake | 2012-11-15 | 1 | -1/+2 |
| | |||||
* | 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 | 2 | -3/+7 |
| | |||||
* | Added real transforms | Anthony Blake | 2012-11-08 | 6 | -8/+181 |
| | |||||
* | Slightly better transpose for NEON | Anthony Blake | 2012-11-08 | 8 | -50/+203 |
| | |||||
* | Build warnings | Anthony Blake | 2012-11-07 | 1 | -4/+4 |
| | |||||
* | build changes | Anthony Blake | 2012-11-07 | 1 | -3/+3 |
| | |||||
* | Fixed compile warnings | Anthony Blake | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Fixed build scripts with patch from Tim Baverstock -- thanks Tim | Anthony Blake | 2012-11-07 | 1 | -8/+42 |
| | |||||
* | 2D has SIMD transpose (still needs work though) | Anthony Blake | 2012-11-06 | 3 | -6/+38 |
| | |||||
* | 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 | 4 | -36/+18 |
| | |||||
* | ARM ABI for NEON | Anthony Blake | 2012-10-23 | 1 | -1/+3 |
| | |||||
* | More accurate PI const | Anthony Blake | 2012-10-22 | 1 | -2/+1 |
| | |||||
* | Slightly better testing | Anthony Blake | 2012-10-22 | 1 | -10/+96 |
| | |||||
* | 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 | 6 | -75/+17 |
| | |||||
* | Renamed cp_sse.c -> ffts.c | Anthony Blake | 2012-10-20 | 9 | -13/+11 |
| | |||||
* | Cleaned out old test code | Anthony Blake | 2012-10-20 | 1 | -47/+0 |
| | |||||
* | Made ffts_plan_t private -- transforms now have to use ffts_execute() | Anthony Blake | 2012-10-20 | 2 | -3/+4 |
| | |||||
* | NEON backwards transforms work correctly | Anthony Blake | 2012-10-20 | 9 | -95/+165 |
| | |||||
* | Added copyright notice | Anthony Blake | 2012-10-19 | 16 | -12/+527 |
| | |||||
* | Added missing aclocal.m4 | Anthony Blake | 2012-10-19 | 1 | -0/+9551 |
| | |||||
* | 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 |
| | |||||
* | Copied previously symlinked files | Anthony Blake | 2012-10-18 | 4 | -4/+13759 |
| | |||||
* | Fixed gcc compile issue | Anthony Blake | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | Added simple README | Anthony Blake | 2012-10-18 | 1 | -0/+11 |
| |