1.1.2.11 mchp_sub_f32()
void mchp_sub_f32 (const float32_t * pSrcA, const float32_t * pSrcB, float32_t * pDst, uint32_t blockSize)
Single-precision floating-point vector subtraction.
Computes: pDst[n] = pSrcA[n] - pSrcB[n]
| in | pSrcA |
points to the first input vector |
| in | pSrcB |
points to the second input vector |
| out | pDst |
points to the output vector |
| in | blockSize |
number of samples in each vector |
Note:
All input and output arrays must be at least blockSize elements long.
