#include <emmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32f_binary_slicer_8i_generic (int8_t *cVector, const float *aVector, unsigned int num_points) |
|
static void | volk_32f_binary_slicer_8i_generic_branchless (int8_t *cVector, const float *aVector, unsigned int num_points) |
|
static void | volk_32f_binary_slicer_8i_a_sse2 (int8_t *cVector, const float *aVector, unsigned int num_points) |
|
static void | volk_32f_binary_slicer_8i_u_sse2 (int8_t *cVector, const float *aVector, unsigned int num_points) |
|
static void | volk_32f_binary_slicer_8i_neon (int8_t *cVector, const float *aVector, unsigned int num_points) |
|
◆ volk_32f_binary_slicer_8i_a_sse2()
static void volk_32f_binary_slicer_8i_a_sse2 |
( |
int8_t * |
cVector, |
|
|
const float * |
aVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_binary_slicer_8i_generic()
static void volk_32f_binary_slicer_8i_generic |
( |
int8_t * |
cVector, |
|
|
const float * |
aVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_binary_slicer_8i_generic_branchless()
static void volk_32f_binary_slicer_8i_generic_branchless |
( |
int8_t * |
cVector, |
|
|
const float * |
aVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_binary_slicer_8i_neon()
static void volk_32f_binary_slicer_8i_neon |
( |
int8_t * |
cVector, |
|
|
const float * |
aVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_binary_slicer_8i_u_sse2()
static void volk_32f_binary_slicer_8i_u_sse2 |
( |
int8_t * |
cVector, |
|
|
const float * |
aVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |