Hi,
Can you pls hep me, how to disable the SIMD support on the S32K358.
Thanks,
Kiran
Thank you
Hi @Kiran_Gowda,
There is no option to disable the SIMD instructions in the CM7 core.
But it can be disabled in the compiler, for example, using ‘+nosimd’ GCC option.
https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/ARM-Options.html
Regards,
Daniel