Update for pull request

pull/42/head
Silfurion 3 years ago committed by Christophe Favergeon
parent 9a1a7d284f
commit bfb2b13b80

@ -1,8 +1,8 @@
/****************************************************************************** /******************************************************************************
* @file basic_math_functions.h * @file basic_math_functions.h
* @brief Public header file for CMSIS DSP Library * @brief Public header file for CMSIS DSP Library
* @version V1.11.1 * @version V1.11.0
* @date 14 July 2022 * @date 08 July 2021
* Target Processor: Cortex-M and Cortex-A cores * Target Processor: Cortex-M and Cortex-A cores
******************************************************************************/ ******************************************************************************/
/* /*
@ -157,8 +157,6 @@ const float64_t * pSrcB,
const q7_t * pSrcB, const q7_t * pSrcB,
q7_t * pDst, q7_t * pDst,
uint32_t blockSize); uint32_t blockSize);
/** /**
* @brief Q15 vector addition. * @brief Q15 vector addition.
* @param[in] pSrcA points to the first input vector * @param[in] pSrcA points to the first input vector

@ -1,8 +1,8 @@
/****************************************************************************** /******************************************************************************
* @file basic_math_functions_f16.h * @file basic_math_functions_f16.h
* @brief Public header file for CMSIS DSP Library * @brief Public header file for CMSIS DSP Library
* @version V1.10.1 * @version V1.10.0
* @date 14 July 2022 * @date 08 July 2021
* Target Processor: Cortex-M and Cortex-A cores * Target Processor: Cortex-M and Cortex-A cores
******************************************************************************/ ******************************************************************************/
/* /*

Loading…
Cancel
Save