From 4417982e8bf15fa1f1dc2a333a2ffb655c4dca7d Mon Sep 17 00:00:00 2001 From: Silfurion Date: Thu, 18 Aug 2022 14:55:36 +0200 Subject: [PATCH] Update support_functions_f16.h --- Include/dsp/support_functions_f16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/dsp/support_functions_f16.h b/Include/dsp/support_functions_f16.h index af627054..bce2841d 100755 --- a/Include/dsp/support_functions_f16.h +++ b/Include/dsp/support_functions_f16.h @@ -73,7 +73,7 @@ void arm_f16_to_q15(const float16_t * pSrc, q15_t * pDst, uint32_t blockSize); void arm_q15_to_f16(const q15_t * pSrc, float16_t * pDst, uint32_t blockSize); /** - * @brief Converts the elements of the floating-point vector to 16 bit floating-point vector. + * @brief Converts the elements of the 64 bit floating-point vector to 16 bit floating-point vector. * @param[in] pSrc points to the f64 input vector * @param[out] pDst points to the f16 output vector * @param[in] blockSize length of the input vector