Go to the documentation of this file.
26 #ifndef INCLUDED_VOLK_RUNTIME
27 #define INCLUDED_VOLK_RUNTIME
63 #define VOLK_OR_PTR(ptr0, ptr1) \
64 (const void *)(((intptr_t)(ptr0)) | ((intptr_t)(ptr1)))
599 extern VOLK_API void volk_16i_x5_add_quad_16i_x4_manual(
short* target0,
short* target1,
short* target2,
short* target3,
short* src0,
short* src1,
short* src2,
short* src3,
short* src4,
unsigned int num_points,
const char*
impl_name);