#include <immintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32fc_x2_add_32fc_u_avx (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_add_32fc_a_avx (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_add_32fc_u_sse (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_add_32fc_generic (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_add_32fc_a_sse (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_add_32fc_u_neon (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
◆ volk_32fc_x2_add_32fc_a_avx()
◆ volk_32fc_x2_add_32fc_a_sse()
◆ volk_32fc_x2_add_32fc_generic()
◆ volk_32fc_x2_add_32fc_u_avx()
◆ volk_32fc_x2_add_32fc_u_neon()
◆ volk_32fc_x2_add_32fc_u_sse()