volk: temporarily removed avx arch.
when -mavx is used, gcc will promote SSE instructions to their AVX equivalents. while this is a benefit on AVX architectures,it makes it really difficult to selectively enable code based on architecture at runtime. GCC suggests compiling different...
reverted mktables deletion until i get my act together and make it go straight from python -> .h
Revert "Removed some mktables stuff since it's passe"
This reverts commit d364316fa2e047890af09c7bdeed776d6391b3db.
Moved the fn indices gen from volk.c to volk_registry.h so the qa code has access to the static stuff
Removed some mktables stuff since it's passe
comments
cpuid: No more compile-time CPU checks. Compiles everything that gcc allows.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....
volk: updating to readd unaligned dot product under new name scheme.
Merge branch 'volk_rename' into next
Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc
volk: Updating build structure to work when orc is not installed.
Distcheck passes for me if liborc is installed or not.
View revisions
Also available in: Atom