#include <stddef.h>
Go to the source code of this file.
Functions | |
| float | dotprod_fff_armv7_a (const float *a, const float *b, size_t n) |
| float dotprod_fff_armv7_a | ( | 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
1.6.3