Vector Optimized Library of Kernels 3.1.1
Architecture-tuned implementations of math kernels
 
Loading...
Searching...
No Matches
volk_16i_max_star_horizontal_16i

Overview

<FIXME>

Dispatcher Prototype

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