Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patterns doesn't depend on plan | Jukka Ojanen | 2014-10-29 | 2 | -184/+174 | |
| | ||||||
* | MSVC has problems with "complex" type | Jukka Ojanen | 2014-10-29 | 1 | -15/+14 | |
| | ||||||
* | Cleaning and reorganizing | Jukka Ojanen | 2014-10-29 | 8 | -779/+1015 | |
| | ||||||
* | Add macro definitions for various function/variable attributes; aligned, ↵ | Jukka Ojanen | 2014-10-29 | 1 | -0/+77 | |
| | | | | | | inlining.. Cleaning of test application | |||||
* | YASM requires ".code 64" in assembly | Jukka Ojanen | 2014-10-29 | 1 | -378/+376 | |
| | ||||||
* | do not mprotect if dynamic code generation is disabled | Jérôme Carretero | 2014-10-14 | 1 | -0/+2 | |
| | ||||||
* | automatic trailing space removal | Jérôme Carretero | 2014-10-06 | 3 | -63/+63 | |
| | | | | ... because I use a real editor | |||||
* | real: fix alignment issue in 1d execution (bug #30) | Jérôme Carretero | 2014-10-06 | 1 | -80/+80 | |
| | | | | | Because of the size of M/2+1, you can't expect the data to be aligned at 128 bits. | |||||
* | real_nd: improve transpose size by unrolling of block of h=8, w=1 | Jérôme Carretero | 2014-10-06 | 1 | -7/+40 | |
| | | | | That works well on ARM and should also work better elsewhere. | |||||
* | Merge pull request #20 from dennisss/android-neon-fixes | Anthony Blake | 2014-01-05 | 4 | -93/+182 | |
|\ | | | | | Android neon fixes | |||||
| * | Check to make sure that the buffers were aligned properly | Dennis Shtatnov | 2013-12-30 | 1 | -0/+12 | |
| | | ||||||
| * | Add simple logging and test whether N is a power of 2 | Dennis Shtatnov | 2013-12-24 | 2 | -0/+13 | |
| | | ||||||
| * | Fix compiling static code with NEON | Dennis Shtatnov | 2013-12-24 | 2 | -93/+157 | |
| | | ||||||
* | | Adding in Vim modelines to all .c and .h files. | Robert Massaioli | 2013-12-05 | 27 | -0/+27 | |
|/ | ||||||
* | Fixed #9 properly. | = | 2013-11-20 | 1 | -1/+11 | |
| | ||||||
* | Fixed 9. | = | 2013-11-20 | 1 | -3/+12 | |
| | ||||||
* | Added header files to SOURCES, and build_*.sh, so make dist works properly | Anthony Blake | 2013-09-25 | 2 | -3/+12 | |
| | ||||||
* | More fomatting for the codegen file | Matt Hunter | 2013-07-31 | 1 | -32/+31 | |
| | ||||||
* | Add formatting to patterns.c | Matt Hunter | 2013-07-31 | 1 | -9/+10 | |
| | ||||||
* | Add formatting for ffts.c | Matt Hunter | 2013-07-31 | 1 | -113/+113 | |
| | ||||||
* | Add formatting to codegen.c | Matt Hunter | 2013-07-31 | 1 | -32/+36 | |
| | ||||||
* | Commented the plan_t structure with Anthony Blake | Matt Hunter | 2013-07-25 | 1 | -5/+78 | |
| | ||||||
* | Fixed transpose -- thanks to Sowon Kim <mogyak@gmail.com> | Anthony Blake | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed #5 | = | 2013-06-02 | 1 | -5/+5 | |
| | ||||||
* | Added a check for NULL pointer. | = | 2013-06-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed a memory leak for real multi-dimensional transforms. | = | 2013-06-01 | 1 | -1/+24 | |
| | ||||||
* | JNI java/android support, by Michael Zucchi <notzed@gmail.com> | Anthony Blake | 2013-05-06 | 1 | -1/+17 | |
| | ||||||
* | Update codegen_arm.h | matszpk | 2013-04-24 | 1 | -3/+3 | |
| | | | Fix codegen for size>20 (ARM version). | |||||
* | All 1D complex VFP transforms work (there is still some NEON code in the ND ↵ | Anthony Blake | 2013-04-24 | 3 | -287/+306 | |
| | | | | and real transforms) | |||||
* | Included new files I forgot to commit earlier -- thanks Michael Cree | Anthony Blake | 2013-04-22 | 5 | -0/+608 | |
| | ||||||
* | Renamed sse_float.h -> macros-sse.h | Anthony Blake | 2013-04-22 | 3 | -2/+2 | |
| | ||||||
* | Fixed up the smaller VFP transforms. Inverse VFP and real/nd VFP still not ↵ | Anthony Blake | 2013-04-22 | 9 | -308/+168 | |
| | | | | working yet. | |||||
* | Disabled some NEON code still in the VFP builds | Anthony Blake | 2013-04-10 | 4 | -29/+45 | |
| | ||||||
* | VFP support | Anthony Blake | 2013-04-03 | 5 | -39/+48 | |
| | ||||||
* | Added VFP support for ARM | Anthony Blake | 2013-04-03 | 7 | -37/+666 | |
| | ||||||
* | Fixed cacheflush bug on ARM/Linux -- thanks to Eric Humbert from Invoxia for ↵ | Anthony Blake | 2013-03-20 | 1 | -0/+4 | |
| | | | | reporting this bug | |||||
* | Changes to ND code | Anthony Blake | 2013-01-25 | 1 | -36/+69 | |
| | ||||||
* | codegen.c: Fixed improperly placed postfix increment which was causing problems | Anthony Blake | 2013-01-11 | 1 | -10/+10 | |
| | | | | | when compiling for INTEGRITY. Many thanks to Serge Plagnol for characterizing and reporting this fault. | |||||
* | Included config.h in ffts.h | Anthony Blake | 2013-01-08 | 1 | -0/+2 | |
| | ||||||
* | Fixed incorrect memory allocation | Anthony Blake | 2012-12-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed memory leak on p->ws_is | Anthony Blake | 2012-12-14 | 1 | -0/+2 | |
| | ||||||
* | Temp hack to fix aligned stuff in ffts.h | Anthony Blake | 2012-12-14 | 1 | -1/+6 | |
| | ||||||
* | misc | Anthony Blake | 2012-12-13 | 1 | -1/+37 | |
| | ||||||
* | Slight speed improvement for ARM ND | Anthony Blake | 2012-12-12 | 1 | -2/+2 | |
| | ||||||
* | Fixed ND segfault | Anthony Blake | 2012-12-12 | 1 | -4/+4 | |
| | ||||||
* | Added static mode | Anthony Blake | 2012-12-03 | 10 | -17/+2128 | |
| | ||||||
* | 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 | |
| |