summaryrefslogtreecommitdiff
path: root/volk/orc/Makefile.am
AgeCommit message (Collapse)Author
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-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-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: 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-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