summaryrefslogtreecommitdiff
path: root/volk/orc
Commit message (Collapse)AuthorAgeFilesLines
* Volk: QA code fixes, more Orc routines.Nick Foster2011-01-144-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 Foster2011-01-111-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 Foster2010-12-171-1/+5
|
* Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵Nick Foster2010-12-173-17/+13
| | | | instead of -MAX.
* Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster2010-12-1710-42/+69
| | | | 32fc_magnitude_16s fails test_all right now.
* Volk: A bunch of new ORC routines plus tests.Nick Foster2010-12-156-1/+105
| | | | Also fixed a typo in the generic version of 16sc_magnitude_16s_a16.
* Volk: Some new basic Orc implementations with QA codeNick Foster2010-12-145-4/+21
|
* Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵Nick Foster2010-12-142-1/+6
| | | | broken right now.
* Volk: patch via Nick M.Nick Foster2010-12-141-2/+4
|
* Fixed some broken.Nick Foster2010-12-142-1/+7
|
* Volk: added some more Orc functions. Haven't added to tests yet.Nick Foster2010-12-143-0/+18
|
* pre-patch...Nick Foster2010-12-141-1/+4
|
* Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵Nick Foster2010-12-141-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 Foster2010-12-132-0/+29