#include <inttypes.h>
#include <stdio.h>
#include <immintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32fc_32f_multiply_32fc_a_avx (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
static void | volk_32fc_32f_multiply_32fc_a_sse (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
static void | volk_32fc_32f_multiply_32fc_generic (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
static void | volk_32fc_32f_multiply_32fc_neon (lv_32fc_t *cVector, const lv_32fc_t *aVector, const float *bVector, unsigned int num_points) |
◆ volk_32fc_32f_multiply_32fc_a_avx()
void volk_32fc_32f_multiply_32fc_a_avx |
( |
lv_32fc_t * | cVector, |
|
|
const lv_32fc_t * | aVector, |
|
|
const float * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32fc_32f_multiply_32fc_a_sse()
void volk_32fc_32f_multiply_32fc_a_sse |
( |
lv_32fc_t * | cVector, |
|
|
const lv_32fc_t * | aVector, |
|
|
const float * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32fc_32f_multiply_32fc_generic()
void volk_32fc_32f_multiply_32fc_generic |
( |
lv_32fc_t * | cVector, |
|
|
const lv_32fc_t * | aVector, |
|
|
const float * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32fc_32f_multiply_32fc_neon()
void volk_32fc_32f_multiply_32fc_neon |
( |
lv_32fc_t * | cVector, |
|
|
const lv_32fc_t * | aVector, |
|
|
const float * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |