GNU Radio 3.6.5 C++ API

dotprod_fff_altivec.h File Reference

#include <gr_core_api.h>
#include <stddef.h>

Go to the source code of this file.

Functions

float dotprod_fff_altivec (const float *a, const float *b, size_t n)

Function Documentation

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