#include <inttypes.h>
#include <stdio.h>
#include <emmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
◆ INCLUDED_volk_16u_byteswap_a_H
#define INCLUDED_volk_16u_byteswap_a_H |
◆ volk_16u_byteswap_a_generic()
static void volk_16u_byteswap_a_generic |
( |
uint16_t * |
intsToSwap, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16u_byteswap_a_sse2()
static void volk_16u_byteswap_a_sse2 |
( |
uint16_t * |
intsToSwap, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16u_byteswap_generic()
static void volk_16u_byteswap_generic |
( |
uint16_t * |
intsToSwap, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16u_byteswap_neon()
static void volk_16u_byteswap_neon |
( |
uint16_t * |
intsToSwap, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16u_byteswap_neon_table()
static void volk_16u_byteswap_neon_table |
( |
uint16_t * |
intsToSwap, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_16u_byteswap_u_sse2()
static void volk_16u_byteswap_u_sse2 |
( |
uint16_t * |
intsToSwap, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |