Vector Optimized Library of Kernels 3.1.0
Architecture-tuned implementations of math kernels
volk_16i_x4_quad_max_star_16i

Overview

<FIXME>

Dispatcher Prototype

void volk_16i_x4_quad_max_star_16i(short* target, short* src0, short* src1, short*
src2, short* src3, unsigned int num_points)

Inputs

  • src0: The input vector 0.
  • src1: The input vector 1.
  • src2: The input vector 2.
  • src3: The input vector 3.
  • num_points: The number of data points.

Outputs

  • target: The output value.

Example

int N = 10000;
volk_16i_x4_quad_max_star_16i();