• Can keil compiler translate C code into SIMD instructions(ARMv7-m)


    When we write such code as following, can keil compiler automaticly translate it into SIMD STM.

      do{

              *p++ = 1;

               *p++ = 1;

               …