CMSIS-DSP
Version 1.10.0
CMSIS DSP Software Library
|
Functions | |
void | arm_vinverse_f16 (const float16_t *pSrc, float16_t *pDst, uint32_t blockSize) |
Floating-point vector of inverse values. More... | |
void arm_vinverse_f16 | ( | const float16_t * | pSrc, |
float16_t * | pDst, | ||
uint32_t | blockSize | ||
) |
[in] | pSrc | points to the input vector |
[out] | pDst | points to the output vector |
[in] | blockSize | number of samples in each vector |