Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-16 | volk_rename: renamed basically everything in the volk lib to have logically ↵ | Nick Foster | |
consistent function names | |||
2011-01-14 | Volk: QA code fixes, more Orc routines. | Nick Foster | |
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. | |||
2011-01-11 | Volk: Added more Orc routines (including complex multiply). Started redoing ↵ | Nick Foster | |
the testing framework so it's easier to add new archs to tests. | |||
2010-12-17 | Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max. | Nick Foster | |
2010-12-17 | Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵ | Nick Foster | |
instead of -MAX. | |||
2010-12-17 | Volk: A bunch of new Orc routines plus a couple of build changes. | Nick Foster | |
32fc_magnitude_16s fails test_all right now. | |||
2010-12-15 | Volk: A bunch of new ORC routines plus tests. | Nick Foster | |
Also fixed a typo in the generic version of 16sc_magnitude_16s_a16. | |||
2010-12-14 | Volk: Some new basic Orc implementations with QA code | Nick Foster | |
2010-12-14 | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵ | Nick Foster | |
broken right now. | |||
2010-12-14 | Volk: patch via Nick M. | Nick Foster | |
2010-12-14 | Fixed some broken. | Nick Foster | |
2010-12-14 | Volk: added some more Orc functions. Haven't added to tests yet. | Nick Foster | |
2010-12-14 | pre-patch... | Nick Foster | |
2010-12-14 | Volk: Automated more automake for orc. Brought orcc generation in. Shared ↵ | Nick Foster | |
library libvolk_orc.la. Linking is hackery right now with specified -lorc-0.4 flags; this should change. Otherwise pretty much OK. | |||
2010-12-13 | volk: added ORC integration. still requires polishing. | Nick Foster | |