When we write such code as following, can keil compiler automaticly translate it into SIMD STM.
do{
*p++ = 1;
…