#include <volk/volk_common.h>
#include <emmintrin.h>
#include <immintrin.h>
Go to the source code of this file.
|
| static void | volk_64f_x2_dot_prod_64f_generic (double *result, const double *input, const double *taps, unsigned int num_points) |
| |
| static void | volk_64f_x2_dot_prod_64f_u_sse2 (double *result, const double *input, const double *taps, unsigned int num_points) |
| |
| static void | volk_64f_x2_dot_prod_64f_u_avx (double *result, const double *input, const double *taps, unsigned int num_points) |
| |
| static void | volk_64f_x2_dot_prod_64f_a_sse2 (double *result, const double *input, const double *taps, unsigned int num_points) |
| |
| static void | volk_64f_x2_dot_prod_64f_a_avx (double *result, const double *input, const double *taps, unsigned int num_points) |
| |
◆ INCLUDED_volk_64f_x2_dot_prod_64f_a_H
| #define INCLUDED_volk_64f_x2_dot_prod_64f_a_H |
◆ volk_64f_x2_dot_prod_64f_a_avx()
| static void volk_64f_x2_dot_prod_64f_a_avx |
( |
double * |
result, |
|
|
const double * |
input, |
|
|
const double * |
taps, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_dot_prod_64f_a_sse2()
| static void volk_64f_x2_dot_prod_64f_a_sse2 |
( |
double * |
result, |
|
|
const double * |
input, |
|
|
const double * |
taps, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_dot_prod_64f_generic()
| static void volk_64f_x2_dot_prod_64f_generic |
( |
double * |
result, |
|
|
const double * |
input, |
|
|
const double * |
taps, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_dot_prod_64f_u_avx()
| static void volk_64f_x2_dot_prod_64f_u_avx |
( |
double * |
result, |
|
|
const double * |
input, |
|
|
const double * |
taps, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_dot_prod_64f_u_sse2()
| static void volk_64f_x2_dot_prod_64f_u_sse2 |
( |
double * |
result, |
|
|
const double * |
input, |
|
|
const double * |
taps, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |