#include <inttypes.h>
#include <stdio.h>
#include <immintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32f_x2_interleave_32fc_a_avx (lv_32fc_t *complexVector, const float *iBuffer, const float *qBuffer, unsigned int num_points) |
|
static void | volk_32f_x2_interleave_32fc_a_sse (lv_32fc_t *complexVector, const float *iBuffer, const float *qBuffer, unsigned int num_points) |
|
static void | volk_32f_x2_interleave_32fc_neon (lv_32fc_t *complexVector, const float *iBuffer, const float *qBuffer, unsigned int num_points) |
|
static void | volk_32f_x2_interleave_32fc_generic (lv_32fc_t *complexVector, const float *iBuffer, const float *qBuffer, unsigned int num_points) |
|
static void | volk_32f_x2_interleave_32fc_u_avx (lv_32fc_t *complexVector, const float *iBuffer, const float *qBuffer, unsigned int num_points) |
|
◆ INCLUDED_volk_32f_x2_interleave_32fc_u_H
#define INCLUDED_volk_32f_x2_interleave_32fc_u_H |
◆ volk_32f_x2_interleave_32fc_a_avx()
static void volk_32f_x2_interleave_32fc_a_avx |
( |
lv_32fc_t * |
complexVector, |
|
|
const float * |
iBuffer, |
|
|
const float * |
qBuffer, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x2_interleave_32fc_a_sse()
static void volk_32f_x2_interleave_32fc_a_sse |
( |
lv_32fc_t * |
complexVector, |
|
|
const float * |
iBuffer, |
|
|
const float * |
qBuffer, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x2_interleave_32fc_generic()
static void volk_32f_x2_interleave_32fc_generic |
( |
lv_32fc_t * |
complexVector, |
|
|
const float * |
iBuffer, |
|
|
const float * |
qBuffer, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x2_interleave_32fc_neon()
static void volk_32f_x2_interleave_32fc_neon |
( |
lv_32fc_t * |
complexVector, |
|
|
const float * |
iBuffer, |
|
|
const float * |
qBuffer, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x2_interleave_32fc_u_avx()
static void volk_32f_x2_interleave_32fc_u_avx |
( |
lv_32fc_t * |
complexVector, |
|
|
const float * |
iBuffer, |
|
|
const float * |
qBuffer, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |