mbed-os/libraries/dsp/cmsis_dsp/BasicMathFunctions
Bogdan Marinescu e69956aba2 Updated DSP library + build system changes
Updated CMSIS DSP to latest version (CMSIS-SP-00300-r3p2-00rel1.zip)
Build system changes to be able to preprocess assembler sources before compiling them:

- GCC: use gcc '-x assembler-with-cpp'
- ARM: preprocess first, then assemble (two separate commands)
- IAR: added macro definitions and include directories to the assembler command line

Removed CORTEX_ARM_SUPPORT restriction for the DSP libraries.
Tested: LPC1768 with ARM, GCC_ARM and IAR, LPC11U24 with ARM.
2013-11-08 15:38:23 +02:00
..
arm_abs_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_abs_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_abs_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_abs_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_add_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_add_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_add_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_add_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dot_prod_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dot_prod_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dot_prod_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dot_prod_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_mult_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_mult_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_mult_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_mult_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_negate_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_negate_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_negate_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_negate_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_offset_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_offset_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_offset_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_offset_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_scale_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_scale_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_scale_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_scale_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_shift_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_shift_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_shift_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_sub_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_sub_q7.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_sub_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_sub_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00