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

bit reversal of the input 32 bit word

Dispatcher Prototype

volk_32u_reverse_32u(uint32_t *outputVector, uint32_t *inputVector; unsigned int
num_points);

Inputs

  • inputVector: The input vector
  • num_points The number of data points.

Outputs

  • outputVector: The vector where the results will be stored, which is the bit-reversed input