#include <inttypes.h>
#include <stdio.h>
#include <volk/volk_complex.h>
#include <pmmintrin.h>
#include <xmmintrin.h>
#include <immintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32f_x3_sum_of_poly_32f_a_sse3 (float *target, float *src0, float *center_point_array, float *cutoff, unsigned int num_points) |
|
static void | volk_32f_x3_sum_of_poly_32f_a_avx (float *target, float *src0, float *center_point_array, float *cutoff, unsigned int num_points) |
|
static void | volk_32f_x3_sum_of_poly_32f_generic (float *target, float *src0, float *center_point_array, float *cutoff, unsigned int num_points) |
|
static void | volk_32f_x3_sum_of_poly_32f_a_neon (float *__restrict target, float *__restrict src0, float *__restrict center_point_array, float *__restrict cutoff, unsigned int num_points) |
|
static void | volk_32f_x3_sum_of_poly_32f_neonvert (float *__restrict target, float *__restrict src0, float *__restrict center_point_array, float *__restrict cutoff, unsigned int num_points) |
|
static void | volk_32f_x3_sum_of_poly_32f_u_avx (float *target, float *src0, float *center_point_array, float *cutoff, unsigned int num_points) |
|
◆ INCLUDED_volk_32f_x3_sum_of_poly_32f_u_H
#define INCLUDED_volk_32f_x3_sum_of_poly_32f_u_H |
◆ MAX
#define MAX |
( |
|
X, |
|
|
|
Y |
|
) |
| ((X) > (Y) ? (X) : (Y)) |
◆ volk_32f_x3_sum_of_poly_32f_a_avx()
static void volk_32f_x3_sum_of_poly_32f_a_avx |
( |
float * |
target, |
|
|
float * |
src0, |
|
|
float * |
center_point_array, |
|
|
float * |
cutoff, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x3_sum_of_poly_32f_a_neon()
static void volk_32f_x3_sum_of_poly_32f_a_neon |
( |
float *__restrict |
target, |
|
|
float *__restrict |
src0, |
|
|
float *__restrict |
center_point_array, |
|
|
float *__restrict |
cutoff, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x3_sum_of_poly_32f_a_sse3()
static void volk_32f_x3_sum_of_poly_32f_a_sse3 |
( |
float * |
target, |
|
|
float * |
src0, |
|
|
float * |
center_point_array, |
|
|
float * |
cutoff, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x3_sum_of_poly_32f_generic()
static void volk_32f_x3_sum_of_poly_32f_generic |
( |
float * |
target, |
|
|
float * |
src0, |
|
|
float * |
center_point_array, |
|
|
float * |
cutoff, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x3_sum_of_poly_32f_neonvert()
static void volk_32f_x3_sum_of_poly_32f_neonvert |
( |
float *__restrict |
target, |
|
|
float *__restrict |
src0, |
|
|
float *__restrict |
center_point_array, |
|
|
float *__restrict |
cutoff, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_x3_sum_of_poly_32f_u_avx()
static void volk_32f_x3_sum_of_poly_32f_u_avx |
( |
float * |
target, |
|
|
float * |
src0, |
|
|
float * |
center_point_array, |
|
|
float * |
cutoff, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |