How to use Coder to generate generic C code?

22 visualizaciones (últimos 30 días)
John Edwards
John Edwards el 13 de En. de 2026
Comentada: John Edwards el 24 de En. de 2026 a las 17:51
Hi There,
I'm trying to use codegen to generate generic C code for use on a DSP.
I'm using the following command, which used to work on an older version (2022b):
codegen -c -config:lib -d matlab_process_wrapper_lib matlab_process_wrapper.m -report -rowmajor -args types
Unfortunately, it is generating the following code, which is not compiling:
for (k = 0; k <= 252; k += 2) {
_mm_storeu_pd(&dv[k],
_mm_mul_pd(_mm_loadu_pd(&s[k]), _mm_loadu_pd(&s[k + 1])));
}
I'm wondering if I should use embedded coder but I can't find a similar page for the options as this, for coder: https://uk.mathworks.com/help/coder/ref/codegen.html
All suggestions would be most welcome.
Thanks very much,
John

Respuesta aceptada

Fangjun Jiang
Fangjun Jiang el 13 de En. de 2026
  1 comentario
John Edwards
John Edwards el 24 de En. de 2026 a las 17:51
Thank you very much, @Fangjun Jiang that got me working.
PS sorry for the delayed reply I got distracted by another project

Iniciar sesión para comentar.

Más respuestas (0)

Productos


Versión

R2025b

Community Treasure Hunt

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

Start Hunting!

Translated by