1.7.1.1 Functions
void mchp_copy_f32 (const float32_t *pSrc, float32_t *pDst, uint32_t blockSize)
Copies the elements of a single-precision floating-point vector.
void mchp_copy_q31 (const q31_t *pSrc, q31_t *pDst, uint32_t blockSize)
Copies the elements of a Q31 vector.
void mchp_fill_q31 (q31_t value, q31_t *pDst, uint32_t blockSize)
Fills a constant value into a Q31 vector.
mchp_status mchp_sqrt_q31 (q31_t in, q31_t *pOut)
Q31 square root function.
