11#ifndef INCLUDED_volk_32fc_s32fc_rotator2puppet_32fc_a_H
12#define INCLUDED_volk_32fc_s32fc_rotator2puppet_32fc_a_H
25 unsigned int num_points)
32 outVector, inVector, &phase_inc_n, phase, num_points);
45 unsigned int num_points)
52 outVector, inVector, &phase_inc_n, phase, num_points);
62volk_32fc_s32fc_rotator2puppet_32fc_a_sse4_1(
lv_32fc_t* outVector,
65 unsigned int num_points)
71 volk_32fc_s32fc_x2_rotator2_32fc_a_sse4_1(
72 outVector, inVector, &phase_inc_n, phase, num_points);
81volk_32fc_s32fc_rotator2puppet_32fc_u_sse4_1(
lv_32fc_t* outVector,
84 unsigned int num_points)
90 volk_32fc_s32fc_x2_rotator2_32fc_u_sse4_1(
91 outVector, inVector, &phase_inc_n, phase, num_points);
103 unsigned int num_points)
110 outVector, inVector, &phase_inc_n, phase, num_points);
117#include <immintrin.h>
122 unsigned int num_points)
129 outVector, inVector, &phase_inc_n, phase, num_points);
134#if LV_HAVE_AVX && LV_HAVE_FMA
135#include <immintrin.h>
138volk_32fc_s32fc_rotator2puppet_32fc_a_avx_fma(
lv_32fc_t* outVector,
141 unsigned int num_points)
147 volk_32fc_s32fc_x2_rotator2_32fc_a_avx_fma(
148 outVector, inVector, &phase_inc_n, phase, num_points);
154#if LV_HAVE_AVX && LV_HAVE_FMA
155#include <immintrin.h>
158volk_32fc_s32fc_rotator2puppet_32fc_u_avx_fma(
lv_32fc_t* outVector,
161 unsigned int num_points)
167 volk_32fc_s32fc_x2_rotator2_32fc_u_avx_fma(
168 outVector, inVector, &phase_inc_n, phase, num_points);