#include <float.h>
#include <inttypes.h>
#include <stdio.h>
#include <volk/volk_complex.h>
#include <immintrin.h>
#include <volk/volk_avx_intrinsics.h>
#include <pmmintrin.h>
#include <volk/volk_sse3_intrinsics.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32fc_x2_multiply_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_multiply_32fc_u_sse3 (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_multiply_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_multiply_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_multiply_32fc_a_sse3 (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_multiply_32fc_a_generic (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_multiply_32fc_neon (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
static void | volk_32fc_x2_multiply_32fc_neon_opttests (lv_32fc_t *cVector, const lv_32fc_t *aVector, const lv_32fc_t *bVector, unsigned int num_points) |
|
◆ INCLUDED_volk_32fc_x2_multiply_32fc_a_H
#define INCLUDED_volk_32fc_x2_multiply_32fc_a_H |
◆ volk_32fc_x2_multiply_32fc_a_avx()
◆ volk_32fc_x2_multiply_32fc_a_generic()
◆ volk_32fc_x2_multiply_32fc_a_sse3()
◆ volk_32fc_x2_multiply_32fc_generic()
◆ volk_32fc_x2_multiply_32fc_neon()
◆ volk_32fc_x2_multiply_32fc_neon_opttests()
static void volk_32fc_x2_multiply_32fc_neon_opttests |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const lv_32fc_t * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_x2_multiply_32fc_u_avx()
◆ volk_32fc_x2_multiply_32fc_u_sse3()