Using SIMD Instructions for ARM Cortex-M4 with Embedded Coder

5 views (last 30 days)
Hi, I'm trying to use a Cortex-M4 for multiple tasks in real-time digital signal processing. Based on a fixedpoint Simulink model the C-Code for the target shall be produced with the Embedded Coder. I know that (under the right conditions) the CMSIS code replacement library (CRL) can be used to translate DSP Blocks into efficient code for classic operations like FIR and so on ( CMSIS DSP ). But for the sake of performance I want the Embedded Coder to replace the standard math operations like multiplication an division with their SIMD equivalents( SIMD ). Is this feature even implemented in the Embedded Coder (Hardware Support Package for ARM Cortex is installed) and if so, what are the prerequisites for a successful replacement?
Best regards Philipp

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!