From bfb2b13b80da08da18455d5d6824d858202e47c1 Mon Sep 17 00:00:00 2001 From: Silfurion Date: Thu, 14 Jul 2022 16:04:22 +0200 Subject: [PATCH] Update for pull request --- Include/dsp/basic_math_functions.h | 6 ++---- Include/dsp/basic_math_functions_f16.h | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Include/dsp/basic_math_functions.h b/Include/dsp/basic_math_functions.h index 49aa1e00..c896536a 100755 --- a/Include/dsp/basic_math_functions.h +++ b/Include/dsp/basic_math_functions.h @@ -1,8 +1,8 @@ /****************************************************************************** * @file basic_math_functions.h * @brief Public header file for CMSIS DSP Library - * @version V1.11.1 - * @date 14 July 2022 + * @version V1.11.0 + * @date 08 July 2021 * Target Processor: Cortex-M and Cortex-A cores ******************************************************************************/ /* @@ -157,8 +157,6 @@ const float64_t * pSrcB, const q7_t * pSrcB, q7_t * pDst, uint32_t blockSize); - - /** * @brief Q15 vector addition. * @param[in] pSrcA points to the first input vector diff --git a/Include/dsp/basic_math_functions_f16.h b/Include/dsp/basic_math_functions_f16.h index 12e5a328..c2f6731b 100755 --- a/Include/dsp/basic_math_functions_f16.h +++ b/Include/dsp/basic_math_functions_f16.h @@ -1,8 +1,8 @@ /****************************************************************************** * @file basic_math_functions_f16.h * @brief Public header file for CMSIS DSP Library - * @version V1.10.1 - * @date 14 July 2022 + * @version V1.10.0 + * @date 08 July 2021 * Target Processor: Cortex-M and Cortex-A cores ******************************************************************************/ /*