Vector Optimized Library of Kernels  3.0.0
Architecture-tuned implementations of math kernels
volk_32fc_s32fc_x2_rotator_32fc.h File Reference
#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.

Macros

#define ROTATOR_RELOAD   512
 
#define ROTATOR_RELOAD_2   (ROTATOR_RELOAD / 2)
 
#define ROTATOR_RELOAD_4   (ROTATOR_RELOAD / 4)
 

Functions

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)
 

Macro Definition Documentation

◆ ROTATOR_RELOAD

#define ROTATOR_RELOAD   512

◆ ROTATOR_RELOAD_2

#define ROTATOR_RELOAD_2   (ROTATOR_RELOAD / 2)

◆ ROTATOR_RELOAD_4

#define ROTATOR_RELOAD_4   (ROTATOR_RELOAD / 4)

Function Documentation

◆ volk_32fc_s32fc_x2_rotator_32fc_a_avx()

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 
)
inlinestatic

◆ volk_32fc_s32fc_x2_rotator_32fc_generic()

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 
)
inlinestatic

◆ volk_32fc_s32fc_x2_rotator_32fc_neon()

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 
)
inlinestatic

◆ volk_32fc_s32fc_x2_rotator_32fc_u_avx()

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 
)
inlinestatic