![]() |
![]() |
Collaboration diagram for DSPF_sp_vecadd:
|
| void | DSPF_sp_vecadd (float *restrict x, float *restrict y, float *restrict r, int nx) |
| void DSPF_sp_vecadd | ( | float *restrict | x, | |
| float *restrict | y, | |||
| float *restrict | r, | |||
| int | nx | |||
| ) |
This program performs a addition on a vector. The result is stored in a vector.
| x | = Input data array of float | |
| y | = Input data array of float | |
| r | = Output data array of float | |
| nx | = Number of elements in the arrays |