History | View | Annotate | Download (4 kB)
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....
Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a 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.