You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Source/BasicMathFunctions
Christophe Favergeon 68dd797c99 CMSIS-DSP: Helium code for clipping functions. 5 years ago
..
BasicMathFunctions.c CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
BasicMathFunctionsF16.c CMSIS-DSP: Added scalar version of clipping functions. 5 years ago
CMakeLists.txt CMSIS-DSP: Changed cmake required minimum version 6 years ago
arm_abs_f16.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_abs_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_abs_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_abs_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_abs_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_add_f16.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_add_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_add_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_add_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_add_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_and_u8.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_and_u16.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_and_u32.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_clip_f16.c CMSIS-DSP: Helium code for clipping functions. 5 years ago
arm_clip_f32.c CMSIS-DSP: Helium code for clipping functions. 5 years ago
arm_clip_q7.c CMSIS-DSP: Helium code for clipping functions. 5 years ago
arm_clip_q15.c CMSIS-DSP: Helium code for clipping functions. 5 years ago
arm_clip_q31.c CMSIS-DSP: Helium code for clipping functions. 5 years ago
arm_dot_prod_f16.c CMSIS-DSP: Some improvement to a few f16 functions 5 years ago
arm_dot_prod_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_dot_prod_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_dot_prod_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_dot_prod_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_mult_f16.c CMSIS-DSP: Improvements for building with gcc on M55. 5 years ago
arm_mult_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_mult_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_mult_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_mult_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_negate_f16.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_negate_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_negate_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_negate_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_negate_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_not_u8.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_not_u16.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_not_u32.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_offset_f16.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_offset_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_offset_q7.c Update arm_offset_q7.c 5 years ago
arm_offset_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_offset_q31.c Update arm_offset_q31.c 5 years ago
arm_or_u8.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_or_u16.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_or_u32.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_scale_f16.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_scale_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_scale_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_scale_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_scale_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_shift_q7.c Update arm_shift_q7.c 5 years ago
arm_shift_q15.c Update arm_shift_q15.c 5 years ago
arm_shift_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_sub_f16.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_sub_f32.c CMSIS-DSP: Re-organization of arm_math.h 5 years ago
arm_sub_q7.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_sub_q15.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_sub_q31.c CMSIS-DSP: More consistent use of the flag ARM_MATH_AUTOVECTORIZE 5 years ago
arm_xor_u8.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_xor_u16.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago
arm_xor_u32.c CMSIS-DSP: Fix signed/unsigned integer data type issue 5 years ago