How to disable SIMD on the S32K358

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to disable SIMD on the S32K358

970 Views
Kiran_Gowda
Contributor I

Hi,

Can you pls hep me, how to disable the SIMD support on the S32K358.

Thanks,

Kiran

0 Kudos
Reply
2 Replies

932 Views
Kiran_Gowda
Contributor I

Thank you

0 Kudos
Reply

938 Views
danielmartynek
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply