#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <volk/volk_complex.h>
#include <arm_neon.h>
#include <volk/volk_neon_intrinsics.h>
#include <immintrin.h>
#include <volk/volk_avx_intrinsics.h>
Go to the source code of this file.
|
static void | volk_32fc_s32fc_x2_rotator_32fc_generic (lv_32fc_t *outVector, const lv_32fc_t *inVector, const lv_32fc_t phase_inc, lv_32fc_t *phase, unsigned int num_points) |
|
static void | volk_32fc_s32fc_x2_rotator_32fc_neon (lv_32fc_t *outVector, const lv_32fc_t *inVector, const lv_32fc_t phase_inc, lv_32fc_t *phase, unsigned int num_points) |
|
static void | volk_32fc_s32fc_x2_rotator_32fc_a_avx (lv_32fc_t *outVector, const lv_32fc_t *inVector, const lv_32fc_t phase_inc, lv_32fc_t *phase, unsigned int num_points) |
|
static void | volk_32fc_s32fc_x2_rotator_32fc_u_avx (lv_32fc_t *outVector, const lv_32fc_t *inVector, const lv_32fc_t phase_inc, lv_32fc_t *phase, unsigned int num_points) |
|
◆ ROTATOR_RELOAD
#define ROTATOR_RELOAD 512 |
◆ ROTATOR_RELOAD_2
◆ ROTATOR_RELOAD_4
◆ volk_32fc_s32fc_x2_rotator_32fc_a_avx()
◆ volk_32fc_s32fc_x2_rotator_32fc_generic()
◆ volk_32fc_s32fc_x2_rotator_32fc_neon()
◆ volk_32fc_s32fc_x2_rotator_32fc_u_avx()