index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
volk
/
include
Age
Commit message (
Collapse
)
Author
2010-12-09
volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error.
Tom Rondeau
2010-12-09
volk: modified the configure scripts to output which architectures it will ↵
Tom Rondeau
be building based on the configure tests.
2010-12-09
volk: Removing erroneous SSE function that actually usese an SSE3 intrin ↵
Tom Rondeau
(mm_hadd_ps).
2010-12-09
volk: remove redundant warning message at top of volk.c file.
Tom Rondeau
2010-12-08
volk: more changes to build system so that VPATH builds properly and project ↵
Tom Rondeau
makes distcheck.
2010-12-08
volk: Working on VPATH build issues. Makes it through configure, fails on make.
Tom Rondeau
2010-12-08
volk: Fixing makefiles for dist. Distcheck still failing on other issues now.
Tom Rondeau
2010-12-08
volk: Adding gitignore files.
Tom Rondeau
2010-12-08
volk: Updating build system so that volk configures and builds from gnuradio ↵
Tom Rondeau
top level dir.
2010-12-07
Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a ↵
Tom Rondeau
new SIMD library. It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.