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