Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove volk to prepare for submodule | Johnathan Corgan | 2015-03-29 | 25 | -230/+0 |
| | | | | | Conflicts: volk/cmake/GrPython.cmake | ||||
* | volk: naming error between orc file name and kernel name. | Tom Rondeau | 2013-11-19 | 1 | -0/+0 |
| | | | | Fixes bug #583. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2012-01-18 | 1 | -2/+3 |
|\ | |||||
| * | volk: fix for newer orc. | Nick Foster | 2012-01-18 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-01-06 | 5 | -5/+5 |
|\| | |||||
| * | Revert "volk: remove warning about implicit declaration of sqrt." | Tom Rondeau | 2012-01-06 | 5 | -5/+5 |
| | | | | | | | | | | | | This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1. Broke it more than fixed it. | ||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2011-12-11 | 5 | -5/+5 |
|\| | | | | | | | | | | | Conflicts: config/lf_warnings.m4 volk/config/lf_warnings.m4 | ||||
| * | volk: remove warning about implicit declaration of sqrt. | Tom Rondeau | 2011-12-11 | 5 | -5/+5 |
| | | |||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -59/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | volk: fixed autotools build when orc is available. | Tom Rondeau | 2011-12-06 | 1 | -2/+3 |
| | |||||
* | Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ↵ | Nick Foster | 2011-12-01 | 1 | -5/+5 |
| | | | | | | | | magnitudes Conflicts: volk/lib/testqa.cc | ||||
* | Volk: whoops | Nick Foster | 2011-12-01 | 1 | -0/+5 |
| | |||||
* | Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE ↵ | Nick Foster | 2011-12-01 | 1 | -0/+18 |
| | | | | tested 10x faster than generic. | ||||
* | Volk: renamed everything else to _a instead of _a16, makefiles included | Nick Foster | 2011-05-18 | 25 | -46/+46 |
| | |||||
* | Volk: Link Orc into libvolk.so instead of as a separate installed lib | Nick Foster | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | volk: forgot to add this one | Nick Foster | 2011-04-15 | 1 | -0/+6 |
| | |||||
* | Added/updated ignore files. | Johnathan Corgan | 2011-03-12 | 1 | -0/+2 |
| | |||||
* | Volk: fix for 32fc_s32f_magnitude_16i orc impl. | Nick Foster | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl. | Nick Foster | 2011-01-26 | 1 | -2/+4 |
| | |||||
* | Volk: Orc impl for complex multiply fixed. Maybe some room for optimization. | Nick Foster | 2011-01-25 | 1 | -3/+14 |
| | |||||
* | Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fc | root | 2011-01-13 | 1 | -0/+1 |
| | |||||
* | volk: renamed all files. added all tests. some test things are still broken. | Nick Foster | 2011-01-21 | 18 | -33/+34 |
| | |||||
* | volk_rename: renamed basically everything in the volk lib to have logically ↵ | Nick Foster | 2011-01-16 | 24 | -47/+47 |
| | | | | consistent function names | ||||
* | Volk: QA code fixes, more Orc routines. | Nick Foster | 2011-01-14 | 4 | -1/+20 |
| | | | | | | Broke the 32fc_multiply Orc impl because I'm lame and lost some work. Fixed volk_8s_convert_16s Orc impl. Still need to rename functions and modify the QA sig parser to match. Then rewrite makefiles. | ||||
* | Volk: Added more Orc routines (including complex multiply). Started redoing ↵ | Nick Foster | 2011-01-11 | 1 | -0/+3 |
| | | | | the testing framework so it's easier to add new archs to tests. | ||||
* | Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max. | Nick Foster | 2010-12-17 | 1 | -1/+5 |
| | |||||
* | Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵ | Nick Foster | 2010-12-17 | 3 | -17/+13 |
| | | | | instead of -MAX. | ||||
* | Volk: A bunch of new Orc routines plus a couple of build changes. | Nick Foster | 2010-12-17 | 10 | -42/+69 |
| | | | | 32fc_magnitude_16s fails test_all right now. | ||||
* | Volk: A bunch of new ORC routines plus tests. | Nick Foster | 2010-12-15 | 6 | -1/+105 |
| | | | | Also fixed a typo in the generic version of 16sc_magnitude_16s_a16. | ||||
* | Volk: Some new basic Orc implementations with QA code | Nick Foster | 2010-12-14 | 5 | -4/+21 |
| | |||||
* | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵ | Nick Foster | 2010-12-14 | 2 | -1/+6 |
| | | | | broken right now. | ||||
* | Volk: patch via Nick M. | Nick Foster | 2010-12-14 | 1 | -2/+4 |
| | |||||
* | Fixed some broken. | Nick Foster | 2010-12-14 | 2 | -1/+7 |
| | |||||
* | Volk: added some more Orc functions. Haven't added to tests yet. | Nick Foster | 2010-12-14 | 3 | -0/+18 |
| | |||||
* | pre-patch... | Nick Foster | 2010-12-14 | 1 | -1/+4 |
| | |||||
* | Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵ | Nick Foster | 2010-12-14 | 1 | -3/+11 |
| | | | | | | library libvolk_orc.la. Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK. | ||||
* | volk: added ORC integration. still requires polishing. | Nick Foster | 2010-12-13 | 2 | -0/+29 |