From 31807c257c6d880468cbe997af55d00c83b64bd0 Mon Sep 17 00:00:00 2001 From: Silfurion Date: Thu, 14 Jul 2022 16:06:22 +0200 Subject: [PATCH] update for pull request --- Include/dsp/basic_math_functions.h | 4 +++- Include/dsp/basic_math_functions_f16.h | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/dsp/basic_math_functions.h b/Include/dsp/basic_math_functions.h index c896536a..dcc1f2a5 100755 --- a/Include/dsp/basic_math_functions.h +++ b/Include/dsp/basic_math_functions.h @@ -1,7 +1,7 @@ /****************************************************************************** * @file basic_math_functions.h * @brief Public header file for CMSIS DSP Library - * @version V1.11.0 + * @version V1.10.0 * @date 08 July 2021 * Target Processor: Cortex-M and Cortex-A cores ******************************************************************************/ @@ -157,6 +157,8 @@ 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 c2f6731b..de9f58ba 100755 --- a/Include/dsp/basic_math_functions_f16.h +++ b/Include/dsp/basic_math_functions_f16.h @@ -159,8 +159,6 @@ void arm_clip_f16(const float16_t * pSrc, float16_t high, uint32_t numSamples); - - #endif /* defined(ARM_FLOAT16_SUPPORTED)*/ #ifdef __cplusplus