#include <inttypes.h>
#include <stdio.h>
#include <immintrin.h>
#include <emmintrin.h>
Go to the source code of this file.
|
static void | volk_64f_x2_min_64f_a_avx (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
|
static void | volk_64f_x2_min_64f_a_sse2 (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
|
static void | volk_64f_x2_min_64f_generic (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
|
static void | volk_64f_x2_min_64f_u_avx (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
|
◆ INCLUDED_volk_64f_x2_min_64f_u_H
#define INCLUDED_volk_64f_x2_min_64f_u_H |
◆ volk_64f_x2_min_64f_a_avx()
static void volk_64f_x2_min_64f_a_avx |
( |
double * |
cVector, |
|
|
const double * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_min_64f_a_sse2()
static void volk_64f_x2_min_64f_a_sse2 |
( |
double * |
cVector, |
|
|
const double * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_min_64f_generic()
static void volk_64f_x2_min_64f_generic |
( |
double * |
cVector, |
|
|
const double * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_64f_x2_min_64f_u_avx()
static void volk_64f_x2_min_64f_u_avx |
( |
double * |
cVector, |
|
|
const double * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |