Age | Commit message (Collapse) | Author |
|
access to the static stuff
|
|
|
|
|
|
Configure- and compile-time checks modified to only compile architectures that the compiler will handle.
This means that volk will compile every arch that your gcc will compile, no matter if your CPU can execute the instructions or not.
This lets you cross-compile volk.
volk_rank_archs will be deferred to runtime. This has not been done yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
master-only commits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
volk/include/volk/Makefile.am
volk/lib/Makefile.am
volk/lib/qa_volk.cc
|
|
Distcheck passes for me if liborc is installed or not.
|
|
|
|
|
|
|
|
|
|
breakage when adding new volk kernels.
|
|
|
|
Note: need to convert this to new naming standard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into mergeme/misc/mkdir_simplification
|
|
|
|
gr_sys_paths.h has gr_tmp_path() and gr_appdata_path()
this replaces gr_tmp_path.h
|
|
|
|
|
|
|
|
|
|
now used in the configure.ac file (and others in the future).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|