#include <inttypes.h>
#include <stdio.h>
#include <immintrin.h>
#include <emmintrin.h>
Go to the source code of this file.
|
static void | volk_32f_convert_64f_u_avx (double *outputVector, const float *inputVector, unsigned int num_points) |
|
static void | volk_32f_convert_64f_u_sse2 (double *outputVector, const float *inputVector, unsigned int num_points) |
|
static void | volk_32f_convert_64f_generic (double *outputVector, const float *inputVector, unsigned int num_points) |
|
static void | volk_32f_convert_64f_a_avx (double *outputVector, const float *inputVector, unsigned int num_points) |
|
static void | volk_32f_convert_64f_a_sse2 (double *outputVector, const float *inputVector, unsigned int num_points) |
|
static void | volk_32f_convert_64f_a_generic (double *outputVector, const float *inputVector, unsigned int num_points) |
|
◆ INCLUDED_volk_32f_convert_64f_a_H
#define INCLUDED_volk_32f_convert_64f_a_H |
◆ volk_32f_convert_64f_a_avx()
static void volk_32f_convert_64f_a_avx |
( |
double * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_convert_64f_a_generic()
static void volk_32f_convert_64f_a_generic |
( |
double * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_convert_64f_a_sse2()
static void volk_32f_convert_64f_a_sse2 |
( |
double * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_convert_64f_generic()
static void volk_32f_convert_64f_generic |
( |
double * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_convert_64f_u_avx()
static void volk_32f_convert_64f_u_avx |
( |
double * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_convert_64f_u_sse2()
static void volk_32f_convert_64f_u_sse2 |
( |
double * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |