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

Overview

<FIXME>

Dispatcher Prototype

void volk_16i_max_star_16i(short* target, short* src0, unsigned int num_points);

Inputs

  • src0: The input vector.
  • num_points: The number of complex data points.

Outputs

  • target: The output value of the max* operation.

Example

int N = 10000;
volk_16i_max_star_16i();