STM32G474RE NUCLEO board SIMD instruction test
HiI want to test the execution speed of SIMD instruction. My demo as below.16-bit addition, for example.I find the instruction __SADD16() in cmsis_gcc.h. The execution time using __SADD16 is 27us and the time without __SADD16 is 23us. It seems like ...