#include <stdio.h>
#include <string.h>
#include <volk/volk_common.h>
#include <volk/volk_complex.h>
#include <pmmintrin.h>
#include <immintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32fc_x2_dot_prod_32fc_generic (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_u_sse3 (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_u_avx (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_a_generic (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_a_sse3 (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_neon (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_neon_opttests (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_neon_optfma (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_neon_optfmaunroll (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_dot_prod_32fc_a_avx (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
◆ INCLUDED_volk_32fc_x2_dot_prod_32fc_a_H
#define INCLUDED_volk_32fc_x2_dot_prod_32fc_a_H |
◆ volk_32fc_x2_dot_prod_32fc_a_avx()
◆ volk_32fc_x2_dot_prod_32fc_a_generic()
◆ volk_32fc_x2_dot_prod_32fc_a_sse3()
◆ volk_32fc_x2_dot_prod_32fc_generic()
◆ volk_32fc_x2_dot_prod_32fc_neon()
◆ volk_32fc_x2_dot_prod_32fc_neon_optfma()
◆ volk_32fc_x2_dot_prod_32fc_neon_optfmaunroll()
◆ volk_32fc_x2_dot_prod_32fc_neon_opttests()
◆ volk_32fc_x2_dot_prod_32fc_u_avx()
◆ volk_32fc_x2_dot_prod_32fc_u_sse3()