Vector Optimized Library of Kernels  3.0.0
Architecture-tuned implementations of math kernels
volk_64f_x2_add_64f.h File Reference
#include <inttypes.h>
#include <emmintrin.h>
#include <immintrin.h>

Go to the source code of this file.

Functions

static void volk_64f_x2_add_64f_generic (double *cVector, const double *aVector, const double *bVector, unsigned int num_points)
 
static void volk_64f_x2_add_64f_u_sse2 (double *cVector, const double *aVector, const double *bVector, unsigned int num_points)
 
static void volk_64f_x2_add_64f_u_avx (double *cVector, const double *aVector, const double *bVector, unsigned int num_points)
 
static void volk_64f_x2_add_64f_a_sse2 (double *cVector, const double *aVector, const double *bVector, unsigned int num_points)
 
static void volk_64f_x2_add_64f_a_avx (double *cVector, const double *aVector, const double *bVector, unsigned int num_points)
 

Function Documentation

◆ volk_64f_x2_add_64f_a_avx()

static void volk_64f_x2_add_64f_a_avx ( double *  cVector,
const double *  aVector,
const double *  bVector,
unsigned int  num_points 
)
inlinestatic

◆ volk_64f_x2_add_64f_a_sse2()

static void volk_64f_x2_add_64f_a_sse2 ( double *  cVector,
const double *  aVector,
const double *  bVector,
unsigned int  num_points 
)
inlinestatic

◆ volk_64f_x2_add_64f_generic()

static void volk_64f_x2_add_64f_generic ( double *  cVector,
const double *  aVector,
const double *  bVector,
unsigned int  num_points 
)
inlinestatic

◆ volk_64f_x2_add_64f_u_avx()

static void volk_64f_x2_add_64f_u_avx ( double *  cVector,
const double *  aVector,
const double *  bVector,
unsigned int  num_points 
)
inlinestatic

◆ volk_64f_x2_add_64f_u_sse2()

static void volk_64f_x2_add_64f_u_sse2 ( double *  cVector,
const double *  aVector,
const double *  bVector,
unsigned int  num_points 
)
inlinestatic