index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
volk
Age
Commit message (
Expand
)
Author
2011-10-20
volk: give priority to generated includes (helps with dirty tree)
Josh Blum
2011-10-20
removes gcc warning, dont need symbol export on plain c structs
Josh Blum
2011-10-20
volk: fixed signed/unsigned comparison warnings.
Tom Rondeau
2011-10-17
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Josh Blum
2011-10-17
build: fixed last warning generated from bootstrap under autoconf 2.68.
Tom Rondeau
2011-10-08
gr: the CMakeLists.txt took a chill pill
Josh Blum
2011-09-22
Merge branch 'next' of gnuradio.org:gnuradio into next
Josh Blum
2011-09-21
volk: a way of doing -B in python that is 2.5 compatible (picked from Josh Bl...
Tom Rondeau
2011-09-17
volk: use glob rather than parsing makefile for kernels
Josh Blum
2011-09-17
volk: check that python -B can be used
Josh Blum
2011-09-17
volk: alternative to -B that wont break on python 2.5
Josh Blum
2011-07-22
volk: make volk a gr component in the top level
Josh Blum
2011-07-22
volk: fix bug in finding machines by using absolute path
Josh Blum
2011-07-22
volk: modified cmake pkgconfig to look for Orc > 0.4.11
Nick Foster
2011-07-22
Volk: add in mutex capability to archs.xml. Turns out some compilers can do b...
Nick Foster
2011-07-20
volk: snagged the volk changes from cmake branch
Josh Blum
2011-07-19
volk: fix whitespace in Python script
Moritz Fischer
2011-07-08
Merge remote branch 'nick/volk_cmake'
Johnathan Corgan
2011-07-08
Merged jblum/new_volk into master
Johnathan Corgan
2011-06-11
Update config.sub and config.guess with latest canonical versions
Johnathan Corgan
2011-05-30
volk: make fptrs in volk.h visible
Nick Foster
2011-05-30
Added volk_typedefs.h to the generated sources and installed headers.
Nick Foster
2011-05-20
Volk: runtime NEON detection based on /proc/self/auxv
Nick Foster
2011-05-20
Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON arch
Nick Foster
2011-05-20
Volk: modify NEON test flag
Nick Foster
2011-05-19
Volk: first stab at NEON support. Using compile-time detection.
Nick Foster
2011-05-18
volk: remove justifiable obscenity from volk_prefs.c
Nick Foster
2011-05-18
Volk: added alignment prop to each machine. call volk_get_alignment() to get ...
Nick Foster
2011-05-18
Volk: renamed everything else to _a instead of _a16, makefiles included
Nick Foster
2011-05-18
Volk: rename functions _a instead of _a16
Nick Foster
2011-05-18
Volk: rename aligned functions to just _a instead of _a16
Nick Foster
2011-05-13
volk: do not install library-only headers
Josh Blum
2011-05-12
volk: added header implementation files to generation rule dependencies
Josh Blum
2011-05-12
Volk: I keep pulling tests out for testing and forgetting to put them back in...
Nick Foster
2011-05-12
Volk: avx impl for 32f_s32f_convert_32i
Nick Foster
2011-05-12
Volk: changed size of memory alignment in QA code to 32 for AVX support
Nick Foster
2011-05-12
Volk: added an AVX impl (of 32f multiply) just to see if it's any faster. It'...
Nick Foster
2011-05-12
Volk: Forgot to put sse4.1 support in sse4_2 and avx machines
Nick Foster
2011-05-12
Volk: uncomment most of the profiler tests
Nick Foster
2011-05-12
Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmake
Josh Blum
2011-05-12
Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability to ...
Nick Foster
2011-05-12
Volk: fixed pkgconfig install
Nick Foster
2011-05-12
Volk: fix volk.pc.in
Nick Foster
2011-05-12
Volk: forgot to add prefs.c/h to git...
Nick Foster
2011-05-12
Volk: actually return the preferred arch
Nick Foster
2011-05-12
Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...
Nick Foster
2011-05-11
Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...
Nick Foster
2011-05-10
Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...
Nick Foster
2011-05-10
volk: move generation rules into lib + cleanup
Josh Blum
2011-05-10
Volk: allow setting of build type (debug, release, etc) from command line
Nick Foster
[next]