Vector Optimized Library of Kernels
2.1
Architecture-tuned implementations of math kernels
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_volk_32u_popcntpuppet_32u_H
24 #define INCLUDED_volk_32u_popcntpuppet_32u_H
29 #ifdef LV_HAVE_GENERIC
32 for(ii=0; ii < num_points; ++ii) {
41 for(ii=0; ii < num_points; ++ii) {
static void volk_32u_popcnt_a_sse4_2(uint32_t *ret, const uint32_t value)
Definition: volk_32u_popcnt.h:87
static void volk_32u_popcnt_generic(uint32_t *ret, const uint32_t value)
Definition: volk_32u_popcnt.h:65
static void volk_32u_popcntpuppet_32u_a_sse4_2(uint32_t *outVector, const uint32_t *inVector, unsigned int num_points)
Definition: volk_32u_popcntpuppet_32u.h:39
static void volk_32u_popcntpuppet_32u_generic(uint32_t *outVector, const uint32_t *inVector, unsigned int num_points)
Definition: volk_32u_popcntpuppet_32u.h:30