| Commit message (Expand) | Author | Age | Files | Lines |
* | volk: relax log2 qa constraints and use a higher order polynomial | Nathan West | 2014-10-30 | 1 | -1/+1 |
* | volk: add neon log2 implementation and fix QA to properly test | Nathan West | 2014-10-26 | 1 | -1/+1 |
* | volk: adding popcnt puppets to qa | Nathan West | 2014-10-20 | 1 | -2/+2 |
* | volk: Added atan, asin, acos kernels. | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+3 |
* | volk: Added tan kernel. | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+1 |
* | volk: Added sin, cos kernels. | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+2 |
* | volk: added power kernel. | Tom Rondeau | 2014-10-15 | 1 | -0/+1 |
* | volk: Added log2 | Abhishek Bhowmick | 2014-10-15 | 1 | -0/+2 |
* | volk: fixing up output message to print c flags and asm flags used by Volk ne... | Tom Rondeau | 2014-10-01 | 1 | -1/+1 |
* | Fix to previous cmake fix for .s files | Doug Geiger | 2014-10-01 | 1 | -1/+1 |
* | Fatal error when using cmake < 2.8.10 on ARM NEON | Doug Geiger | 2014-09-24 | 1 | -0/+6 |
* | Merge remote-tracking branch 'nwest/volk-json' | Johnathan Corgan | 2014-09-19 | 2 | -10/+65 |
|\ |
|
| * | volk: add feature for json results export | Nathan West | 2014-09-19 | 2 | -10/+65 |
* | | Fix CMake abuse for assembly (.s) files | Doug Geiger | 2014-09-18 | 1 | -4/+3 |
|/ |
|
* | volk: adding tanh kernel with support for sse and avx. | Tom Rondeau | 2014-09-02 | 1 | -0/+1 |
* | volk: adds a volk_malloc/free case for Windows to use its _aligned_malloc. | Stefan Oltmanns | 2014-08-15 | 1 | -0/+18 |
* | Merge branch 'maint' | Tom Rondeau | 2014-08-13 | 2 | -87/+47 |
|\ |
|
| * | volk: simplifies and fixes thread safety issue in volk_malloc/free. | Sylvain Munaut | 2014-08-13 | 1 | -84/+32 |
| * | volk: add check for posix_memalign for OSs that do not directly set _XOPEN_SO... | Michael Dickens | 2014-08-12 | 2 | -3/+15 |
* | | volk: potentially better solution to finding the architecture for ASM files. | Tom Rondeau | 2014-07-30 | 1 | -1/+4 |
* | | volk: removing ENABLE_ASM. Doesn't work and doens't make sense to have. | Tom Rondeau | 2014-07-30 | 1 | -29/+27 |
* | | volk: added a binary slicer that outputs int8_t data. | Tom Rondeau | 2014-07-29 | 1 | -0/+1 |
* | | volk: calling enable_languages here is buggy until 2.8.10. Version checking f... | Tom Rondeau | 2014-07-28 | 1 | -1/+5 |
* | | cmake: fixes to cmake for setting flags properly and removing dups. | Tom Rondeau | 2014-07-27 | 1 | -5/+5 |
* | | volk: dekludging asm setup, round 1 | Nathan West | 2014-07-19 | 1 | -18/+28 |
* | | volk: add NEON protokernels | Nathan West | 2014-07-18 | 1 | -1/+25 |
|/ |
|
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 2 | -6/+6 |
|\ |
|
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 2 | -6/+6 |
* | | volk: force use of generic kernel when VOLK_GENERIC env variable is defined. | Tom Rondeau | 2014-07-02 | 1 | -0/+7 |
* | | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version... | Tom Rondeau | 2014-06-28 | 1 | -1/+13 |
* | | Merge branch 'maint' | Tom Rondeau | 2014-06-27 | 1 | -0/+16 |
|\| |
|
| * | volk cmake: if the CPU is not x86, eliminate all Intel SIMD. | Michael Dickens | 2014-06-27 | 1 | -0/+16 |
* | | Merge remote-tracking branch 'nwest/volk_slicer' | Johnathan Corgan | 2014-06-13 | 1 | -0/+1 |
|\ \ |
|
| * | | volk: adding a binary slicer kernel | Nathan West | 2014-06-11 | 1 | -0/+1 |
* | | | volk: missing updates for volk qa and profile from last checkin. | Nicholas McCarthy | 2014-05-17 | 1 | -0/+23 |
| |/
|/| |
|
* | | volk: changes QA code to use volk_malloc and volk_free. | Tom Rondeau | 2014-04-07 | 1 | -11/+18 |
|/ |
|
* | Merge branch 'maint' | Tom Rondeau | 2014-03-07 | 1 | -7/+3 |
|\ |
|
| * | volk: use the explicit casting for all OSes, not just MSVC. | Tom Rondeau | 2014-03-07 | 1 | -7/+3 |
| * | Windows compatibility fixes | Nicholas Corgan | 2014-03-07 | 2 | -3/+20 |
* | | Merge remote-tracking branch 'ncorgan/master_win_compat' | Johnathan Corgan | 2014-03-07 | 2 | -3/+20 |
|\ \ |
|
| * | | Windows compatibility fixes | Nicholas Corgan | 2014-02-12 | 2 | -3/+20 |
* | | | volk: add regex option to profile | Nathan West | 2014-03-06 | 2 | -4/+11 |
| |/
|/| |
|
* | | Revert "volk: add regex option to profile" | Tom Rondeau | 2014-03-06 | 2 | -11/+4 |
* | | volk: add regex option to profile | Nathan West | 2014-01-28 | 2 | -4/+11 |
|/ |
|
* | Merge remote-tracking branch 'nwest/volk-sum_of_poly' | Johnathan Corgan | 2014-01-28 | 1 | -1/+1 |
|\ |
|
| * | volk: add avx u/a protokernel for 32f_x3sum_of_poly_32f | Nathan West | 2014-01-27 | 1 | -1/+1 |
* | | Merge branch 'volk-qa-fixes' | Sylvain Munaut | 2014-01-28 | 2 | -7/+79 |
|\ \
| |/
|/| |
|
| * | volk/rotator: Tighten the tolerance to 1e-3 in QA | Sylvain Munaut | 2014-01-28 | 1 | -1/+1 |
| * | volk/qa: For complex series, check the EVM rather than real/imag separately | Sylvain Munaut | 2014-01-28 | 1 | -2/+43 |
| * | volk: fixup QA's fcompare to test all differences | Nathan West | 2014-01-27 | 1 | -2/+13 |