#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_max_64f_a_avx (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
static void | volk_64f_x2_max_64f_a_sse2 (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
static void | volk_64f_x2_max_64f_generic (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
static void | volk_64f_x2_max_64f_u_avx (double *cVector, const double *aVector, const double *bVector, unsigned int num_points) |
◆ INCLUDED_volk_64f_x2_max_64f_u_H
#define INCLUDED_volk_64f_x2_max_64f_u_H |
◆ volk_64f_x2_max_64f_a_avx()
void volk_64f_x2_max_64f_a_avx |
( |
double * | cVector, |
|
|
const double * | aVector, |
|
|
const double * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_64f_x2_max_64f_a_sse2()
void volk_64f_x2_max_64f_a_sse2 |
( |
double * | cVector, |
|
|
const double * | aVector, |
|
|
const double * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_64f_x2_max_64f_generic()
void volk_64f_x2_max_64f_generic |
( |
double * | cVector, |
|
|
const double * | aVector, |
|
|
const double * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_64f_x2_max_64f_u_avx()
void volk_64f_x2_max_64f_u_avx |
( |
double * | cVector, |
|
|
const double * | aVector, |
|
|
const double * | bVector, |
|
|
unsigned int | num_points ) |
|
inlinestatic |