#include <emmintrin.h>
#include <immintrin.h>
Go to the source code of this file.
|
static void | volk_32f_binary_slicer_32i_generic (int *cVector, const float *aVector, unsigned int num_points) |
static void | volk_32f_binary_slicer_32i_generic_branchless (int *cVector, const float *aVector, unsigned int num_points) |
static void | volk_32f_binary_slicer_32i_a_sse2 (int *cVector, const float *aVector, unsigned int num_points) |
static void | volk_32f_binary_slicer_32i_a_avx (int *cVector, const float *aVector, unsigned int num_points) |
static void | volk_32f_binary_slicer_32i_u_sse2 (int *cVector, const float *aVector, unsigned int num_points) |
static void | volk_32f_binary_slicer_32i_u_avx (int *cVector, const float *aVector, unsigned int num_points) |
◆ volk_32f_binary_slicer_32i_a_avx()
void volk_32f_binary_slicer_32i_a_avx |
( |
int * | cVector, |
|
|
const float * | aVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_binary_slicer_32i_a_sse2()
void volk_32f_binary_slicer_32i_a_sse2 |
( |
int * | cVector, |
|
|
const float * | aVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_binary_slicer_32i_generic()
void volk_32f_binary_slicer_32i_generic |
( |
int * | cVector, |
|
|
const float * | aVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_binary_slicer_32i_generic_branchless()
void volk_32f_binary_slicer_32i_generic_branchless |
( |
int * | cVector, |
|
|
const float * | aVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_binary_slicer_32i_u_avx()
void volk_32f_binary_slicer_32i_u_avx |
( |
int * | cVector, |
|
|
const float * | aVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_binary_slicer_32i_u_sse2()
void volk_32f_binary_slicer_32i_u_sse2 |
( |
int * | cVector, |
|
|
const float * | aVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |