summaryrefslogtreecommitdiff
path: root/volk/lib/qa_64u_popcnt_aligned16.cc
AgeCommit message (Collapse)Author
2011-04-17volk: replace references to __attribute__((aligned... with cross platform macroJosh Blum
This replaces all aligned(16) and aligned(128) (which were incorrect). Attribute macros are on the left because this makes gcc and ms compilers happy.
2010-12-16Including time header to qa files.Tom Rondeau
2010-12-07Initial 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.