summaryrefslogtreecommitdiff
path: root/volk/orc
AgeCommit message (Collapse)Author
2012-01-18Merge branch 'master' into nextTom Rondeau
2012-01-18volk: fix for newer orc.Nick Foster
2012-01-06Merge branch 'master' into nextTom Rondeau
2012-01-06Revert "volk: remove warning about implicit declaration of sqrt."Tom Rondeau
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1. Broke it more than fixed it.
2011-12-11Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/lf_warnings.m4 volk/config/lf_warnings.m4
2011-12-11volk: remove warning about implicit declaration of sqrt.Tom Rondeau
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-06volk: fixed autotools build when orc is available.Tom Rondeau
2011-12-01Volk: fix volk_32fc_s32f_magnitude_16i_a Orc implementation for saturating ↵Nick Foster
magnitudes Conflicts: volk/lib/testqa.cc
2011-12-01Volk: whoopsNick Foster
2011-12-01Volk: added 32fc x scalar multiply, implemented in Orc & generic. Orc/SSE ↵Nick Foster
tested 10x faster than generic.
2011-05-18Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster
2011-04-15Volk: Link Orc into libvolk.so instead of as a separate installed libNick Foster
2011-04-15volk: forgot to add this oneNick Foster
2011-03-12Added/updated ignore files.Johnathan Corgan
2011-01-26Volk: fix for 32fc_s32f_magnitude_16i orc impl.Nick Foster
2011-01-26Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.Nick Foster
2011-01-25Volk: Orc impl for complex multiply fixed. Maybe some room for optimization.Nick Foster
2011-01-13Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fcroot
2011-01-21volk: renamed all files. added all tests. some test things are still broken.Nick Foster
2011-01-16volk_rename: renamed basically everything in the volk lib to have logically ↵Nick Foster
consistent function names
2011-01-14Volk: 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-11Volk: 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-17Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max.Nick Foster
2010-12-17Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵Nick Foster
instead of -MAX.
2010-12-17Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster
32fc_magnitude_16s fails test_all right now.
2010-12-15Volk: 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-14Volk: Some new basic Orc implementations with QA codeNick Foster
2010-12-14Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵Nick Foster
broken right now.
2010-12-14Volk: patch via Nick M.Nick Foster
2010-12-14Fixed some broken.Nick Foster
2010-12-14Volk: added some more Orc functions. Haven't added to tests yet.Nick Foster
2010-12-14pre-patch...Nick Foster
2010-12-14Volk: 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-13volk: added ORC integration. still requires polishing.Nick Foster