#include <inttypes.h>
#include <stdio.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
◆ INCLUDED_volk_32i_x2_and_32i_u_H
#define INCLUDED_volk_32i_x2_and_32i_u_H |
◆ volk_32i_x2_and_32i_a_sse()
static void volk_32i_x2_and_32i_a_sse |
( |
int32_t * |
cVector, |
|
|
const int32_t * |
aVector, |
|
|
const int32_t * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32i_x2_and_32i_generic()
static void volk_32i_x2_and_32i_generic |
( |
int32_t * |
cVector, |
|
|
const int32_t * |
aVector, |
|
|
const int32_t * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32i_x2_and_32i_neon()
static void volk_32i_x2_and_32i_neon |
( |
int32_t * |
cVector, |
|
|
const int32_t * |
aVector, |
|
|
const int32_t * |
bVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |