#include <inttypes.h>
#include <stdio.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
◆ INCLUDED_volk_32fc_deinterleave_real_32f_u_H
#define INCLUDED_volk_32fc_deinterleave_real_32f_u_H |
◆ volk_32fc_deinterleave_real_32f_a_sse()
static void volk_32fc_deinterleave_real_32f_a_sse |
( |
float * |
iBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_deinterleave_real_32f_generic()
static void volk_32fc_deinterleave_real_32f_generic |
( |
float * |
iBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_deinterleave_real_32f_neon()
static void volk_32fc_deinterleave_real_32f_neon |
( |
float * |
iBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |