index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
volk
/
lib
/
qa_utils.cc
Age
Commit message (
Expand
)
Author
2011-10-20
volk: fixed signed/unsigned comparison warnings.
Tom Rondeau
2011-05-18
Volk: added alignment prop to each machine. call volk_get_alignment() to get ...
Nick Foster
2011-05-12
Volk: changed size of memory alignment in QA code to 32 for AVX support
Nick Foster
2011-05-10
Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...
Nick Foster
2011-05-06
volk: various backports from MSVC building
Josh Blum
2011-05-06
volk: removed volk_registry.h, it was superseded by the machines
Josh Blum
2011-04-16
Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch.
Nick Foster
2011-04-13
Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid
Nick Foster
2011-03-14
volk: simplify the get new method for the aligned pool
Josh Blum
2011-03-08
volk: replace posix_memalign with something cross platform
Josh Blum
2011-02-15
reverted mktables deletion until i get my act together and make it go straigh...
Nick Foster
2011-02-15
Moved the fn indices gen from volk.c to volk_registry.h so the qa code has ac...
Nick Foster
2011-01-13
Volk: QA util has proper free().
Nick Foster
2011-01-25
Volk: doesn't test a routine if no valid architectures other than generic are...
Nick Foster
2011-01-21
Volk: Small changes to speed things up.
Nick Foster
2011-01-21
Volk: added ability to spec scalar in test invocation
Nick Foster
2011-01-21
Volk: added QA support for multiple outputs, scalar outputs. 92% test coverag...
Nick Foster
2011-01-21
Volk: fixed naming error. test coverage @ 75%, still need to add support for ...
Nick Foster
2011-01-21
volk: renamed all files. added all tests. some test things are still broken.
Nick Foster
2011-01-19
Volk: test suite supports scalar arguments and in-place operations
Nick Foster
2011-01-16
volk_rename: renamed basically everything in the volk lib to have logically c...
Nick Foster
2011-01-14
Volk: QA code fixes, more Orc routines.
Nick Foster
2011-01-12
Volk: Working on a new QA architecture that doesn't require individual test p...
Nick Foster