Vector Optimized Library of Kernels  3.0.0
Architecture-tuned implementations of math kernels
volk_32i_x2_or_32i.h File Reference
#include <inttypes.h>
#include <stdio.h>
#include <xmmintrin.h>
#include <arm_neon.h>

Go to the source code of this file.

Macros

#define INCLUDED_volk_32i_x2_or_32i_u_H
 

Functions

static void volk_32i_x2_or_32i_a_sse (int32_t *cVector, const int32_t *aVector, const int32_t *bVector, unsigned int num_points)
 
static void volk_32i_x2_or_32i_neon (int32_t *cVector, const int32_t *aVector, const int32_t *bVector, unsigned int num_points)
 
static void volk_32i_x2_or_32i_generic (int32_t *cVector, const int32_t *aVector, const int32_t *bVector, unsigned int num_points)
 

Macro Definition Documentation

◆ INCLUDED_volk_32i_x2_or_32i_u_H

#define INCLUDED_volk_32i_x2_or_32i_u_H

Function Documentation

◆ volk_32i_x2_or_32i_a_sse()

static void volk_32i_x2_or_32i_a_sse ( int32_t *  cVector,
const int32_t *  aVector,
const int32_t *  bVector,
unsigned int  num_points 
)
inlinestatic

◆ volk_32i_x2_or_32i_generic()

static void volk_32i_x2_or_32i_generic ( int32_t *  cVector,
const int32_t *  aVector,
const int32_t *  bVector,
unsigned int  num_points 
)
inlinestatic

◆ volk_32i_x2_or_32i_neon()

static void volk_32i_x2_or_32i_neon ( int32_t *  cVector,
const int32_t *  aVector,
const int32_t *  bVector,
unsigned int  num_points 
)
inlinestatic