@ -1,8 +1,8 @@
/******************************************************************************
* @file support_functions.h
* @brief Public header file for CMSIS DSP Library
* @version V1.10.0
* @date 08 July 2021
* @version V1.10.1
* @date 18 August 2022
* Target Processor: Cortex-M and Cortex-A cores
******************************************************************************/
/*
* @file support_functions_f16.h
@ -3,8 +3,8 @@
* Title: SupportFunctions.c
* Description: Combination of all support function source files.
*
* $Date: 16. March 2020
* $Revision: V1.1.0
* $Date: 18 August 2022
* $Revision: V1.1.1
* Target Processor: Cortex-M cores
* -------------------------------------------------------------------- */
* Title: arm_f16_to_f64.c
* Description: Converts the elements of the floating-point 16 bit vector to floating-point 64 bit vector
* $Date: 23 April 2021
* $Revision: V1.9.0
* $Revision: V1.0.0
* Title: arm_f64_to_f16.c
* Description: Converts the elements of the 64 bit floating-point vector to 16 bit floating-point vector
* Title: arm_f64_to_float.c
* Description: Converts the elements of the floating-point 64 bit vector to floating-point vector
* Title: arm_f64_to_q15.c
* Description: Converts the elements of the 64 bit floating-point vector to Q15 vector
* Title: arm_f64_to_q31.c
* Description: Converts the elements of the 64 bit floating-point vector to Q31 vector
* Title: arm_f64_to_q7.c
* Description: Converts the elements of the 64 bit floating-point vector to Q7 vector
* Title: arm_float_to_f64.c
* Description: Converts the elements of the floating-point vector to floating-point 64 bit vector
* Title: arm_q15_to_f64.c
* Description: Converts the elements of the Q15 vector to 64 bit floating-point vector
* Title: arm_q31_to_f64.c
* Description: Converts the elements of the Q31 vector to 64 bit floating-point vector
* Title: arm_q7_to_f64.c
* Description: Converts the elements of the Q7 vector to 64 bit floating-point vector