![]() |
![]() |
Collaboration diagram for DSPF_sp_vecmul:
![]() |
void | DSPF_sp_vecmul (const float *x1, const float *x2, float *restrict y, const int nx) |
void DSPF_sp_vecmul | ( | const float * | x1, | |
const float * | x2, | |||
float *restrict | y, | |||
const int | nx | |||
) |
This routine performs an element by element floating-point multiply of the vectors x1[] and x2[] and returns the values in y[].
x1 | Pointer to first input array. | |
x2 | Pointer to second input array. | |
y | Pointer to output array. | |
nx | Number of elements in arrays. |