#include <inttypes.h>
#include <immintrin.h>
#include <xmmintrin.h>
Go to the source code of this file.
◆ volk_32f_64f_add_64f_a_avx()
static void volk_32f_64f_add_64f_a_avx |
( |
double * |
cVector, |
|
|
const float * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_64f_add_64f_generic()
static void volk_32f_64f_add_64f_generic |
( |
double * |
cVector, |
|
|
const float * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_64f_add_64f_u_avx()
static void volk_32f_64f_add_64f_u_avx |
( |
double * |
cVector, |
|
|
const float * |
aVector, |
|
|
const double * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |