#include <immintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32fc_32f_add_32fc_generic (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
|
static void | volk_32fc_32f_add_32fc_u_avx (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
|
static void | volk_32fc_32f_add_32fc_a_avx (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
|
static void | volk_32fc_32f_add_32fc_neon (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
|
◆ volk_32fc_32f_add_32fc_a_avx()
static void volk_32fc_32f_add_32fc_a_avx |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const float * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_32f_add_32fc_generic()
static void volk_32fc_32f_add_32fc_generic |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const float * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_32f_add_32fc_neon()
static void volk_32fc_32f_add_32fc_neon |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const float * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_32f_add_32fc_u_avx()
static void volk_32fc_32f_add_32fc_u_avx |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const float * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |