Update support_functions_f16.h

pull/40/head
Silfurion 3 years ago
parent c55e0490dd
commit 4417982e8b

@ -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

Loading…
Cancel
Save