GNU Radio 3.5.3.2 C++ API
dotprod_ccf_armv7_a.h File Reference
#include <stddef.h>
Include dependency graph for dotprod_ccf_armv7_a.h:

Go to the source code of this file.

Functions

void dotprod_ccf_armv7_a (const float *a, const float *b, float *res, size_t n)

Function Documentation

void dotprod_ccf_armv7_a ( const float *  a,
const float *  b,
float *  res,
size_t  n 
)
  preconditions:
    n > 0 and a multiple of 4
    a   4-byte aligned
    b  16-byte aligned