summaryrefslogtreecommitdiff
path: root/volk/lib
Commit message (Expand)AuthorAgeFilesLines
* volk: relax log2 qa constraints and use a higher order polynomialNathan West2014-10-301-1/+1
* volk: add neon log2 implementation and fix QA to properly testNathan West2014-10-261-1/+1
* volk: adding popcnt puppets to qaNathan West2014-10-201-2/+2
* volk: Added atan, asin, acos kernels.Abhishek Bhowmick2014-10-151-0/+3
* volk: Added tan kernel.Abhishek Bhowmick2014-10-151-0/+1
* volk: Added sin, cos kernels.Abhishek Bhowmick2014-10-151-0/+2
* volk: added power kernel.Tom Rondeau2014-10-151-0/+1
* volk: Added log2Abhishek Bhowmick2014-10-151-0/+2
* volk: fixing up output message to print c flags and asm flags used by Volk ne...Tom Rondeau2014-10-011-1/+1
* Fix to previous cmake fix for .s filesDoug Geiger2014-10-011-1/+1
* Fatal error when using cmake < 2.8.10 on ARM NEONDoug Geiger2014-09-241-0/+6
* Merge remote-tracking branch 'nwest/volk-json'Johnathan Corgan2014-09-192-10/+65
|\
| * volk: add feature for json results exportNathan West2014-09-192-10/+65
* | Fix CMake abuse for assembly (.s) filesDoug Geiger2014-09-181-4/+3
|/
* volk: adding tanh kernel with support for sse and avx.Tom Rondeau2014-09-021-0/+1
* volk: adds a volk_malloc/free case for Windows to use its _aligned_malloc.Stefan Oltmanns2014-08-151-0/+18
* Merge branch 'maint'Tom Rondeau2014-08-132-87/+47
|\
| * volk: simplifies and fixes thread safety issue in volk_malloc/free.Sylvain Munaut2014-08-131-84/+32
| * volk: add check for posix_memalign for OSs that do not directly set _XOPEN_SO...Michael Dickens2014-08-122-3/+15
* | volk: potentially better solution to finding the architecture for ASM files.Tom Rondeau2014-07-301-1/+4
* | volk: removing ENABLE_ASM. Doesn't work and doens't make sense to have.Tom Rondeau2014-07-301-29/+27
* | volk: added a binary slicer that outputs int8_t data.Tom Rondeau2014-07-291-0/+1
* | volk: calling enable_languages here is buggy until 2.8.10. Version checking f...Tom Rondeau2014-07-281-1/+5
* | cmake: fixes to cmake for setting flags properly and removing dups.Tom Rondeau2014-07-271-5/+5
* | volk: dekludging asm setup, round 1Nathan West2014-07-191-18/+28
* | volk: add NEON protokernelsNathan West2014-07-181-1/+25
|/
* Merge branch 'maint'Tom Rondeau2014-07-072-6/+6
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-072-6/+6
* | volk: force use of generic kernel when VOLK_GENERIC env variable is defined.Tom Rondeau2014-07-021-0/+7
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) version...Tom Rondeau2014-06-281-1/+13
* | Merge branch 'maint'Tom Rondeau2014-06-271-0/+16
|\|
| * volk cmake: if the CPU is not x86, eliminate all Intel SIMD.Michael Dickens2014-06-271-0/+16
* | Merge remote-tracking branch 'nwest/volk_slicer'Johnathan Corgan2014-06-131-0/+1
|\ \
| * | volk: adding a binary slicer kernelNathan West2014-06-111-0/+1
* | | volk: missing updates for volk qa and profile from last checkin.Nicholas McCarthy2014-05-171-0/+23
| |/ |/|
* | volk: changes QA code to use volk_malloc and volk_free.Tom Rondeau2014-04-071-11/+18
|/
* Merge branch 'maint'Tom Rondeau2014-03-071-7/+3
|\
| * volk: use the explicit casting for all OSes, not just MSVC.Tom Rondeau2014-03-071-7/+3
| * Windows compatibility fixesNicholas Corgan2014-03-072-3/+20
* | Merge remote-tracking branch 'ncorgan/master_win_compat'Johnathan Corgan2014-03-072-3/+20
|\ \
| * | Windows compatibility fixesNicholas Corgan2014-02-122-3/+20
* | | volk: add regex option to profileNathan West2014-03-062-4/+11
| |/ |/|
* | Revert "volk: add regex option to profile"Tom Rondeau2014-03-062-11/+4
* | volk: add regex option to profileNathan West2014-01-282-4/+11
|/
* Merge remote-tracking branch 'nwest/volk-sum_of_poly'Johnathan Corgan2014-01-281-1/+1
|\
| * volk: add avx u/a protokernel for 32f_x3sum_of_poly_32fNathan West2014-01-271-1/+1
* | Merge branch 'volk-qa-fixes'Sylvain Munaut2014-01-282-7/+79
|\ \ | |/ |/|
| * volk/rotator: Tighten the tolerance to 1e-3 in QASylvain Munaut2014-01-281-1/+1
| * volk/qa: For complex series, check the EVM rather than real/imag separatelySylvain Munaut2014-01-281-2/+43
| * volk: fixup QA's fcompare to test all differencesNathan West2014-01-271-2/+13