Vector Optimized Library of Kernels  3.0.0
Architecture-tuned implementations of math kernels

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();
VOLK_API void volk_free(void *aptr)
Free's memory allocated by volk_malloc.
Definition: volk_malloc.c:80