Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | neon_static_x4_f and neon_static_x4_i don't use the second passed argument, a... | Jukka Ojanen | 2016-03-15 | 1 | -34/+52 |
* | Coverage analysis shows unused if-else branches | Jukka Ojanen | 2016-03-14 | 1 | -18/+26 |
* | Unroll to minimize recursive function call depth (overhead) | Jukka Ojanen | 2016-03-14 | 1 | -45/+91 |
* | Peel off top-level only if-case from ARM NEON recursive implementation | Jukka Ojanen | 2016-03-14 | 1 | -55/+79 |
* | Restore ARM NEON optimized recursive version | Jukka Ojanen | 2016-03-11 | 1 | -6/+78 |
* | Merge ffts_small with ffts_static, and define small transforms "fully" constant | Jukka Ojanen | 2015-03-16 | 1 | -50/+534 |
* | Rename vector V as V4SF; vector of 4 single precision floats. Rename all vect... | Jukka Ojanen | 2015-03-12 | 1 | -280/+355 |
* | Enable static first pass and "unroll" recursion to base cases; N <= 128 | Jukka Ojanen | 2014-11-20 | 1 | -61/+453 |
* | Adding in Vim modelines to all .c and .h files. | Robert Massaioli | 2013-12-05 | 1 | -0/+1 |
* | Added static mode | Anthony Blake | 2012-12-03 | 1 | -0/+101 |