#include <inttypes.h>
#include <stdio.h>
#include <volk/volk_complex.h>
#include <pmmintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
◆ INCLUDED_volk_32fc_x2_square_dist_32f_u_H
#define INCLUDED_volk_32fc_x2_square_dist_32f_u_H |
◆ volk_32fc_x2_square_dist_32f_a_sse3()
static void volk_32fc_x2_square_dist_32f_a_sse3 |
( |
float * |
target, |
|
|
lv_32fc_t * |
src0, |
|
|
lv_32fc_t * |
points, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_x2_square_dist_32f_generic()
static void volk_32fc_x2_square_dist_32f_generic |
( |
float * |
target, |
|
|
lv_32fc_t * |
src0, |
|
|
lv_32fc_t * |
points, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_x2_square_dist_32f_neon()
static void volk_32fc_x2_square_dist_32f_neon |
( |
float * |
target, |
|
|
lv_32fc_t * |
src0, |
|
|
lv_32fc_t * |
points, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |