Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | gr math simplification: | Josh Blum | |
Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan. | |||
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. |