This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Reg Optimization

Hi there,

          Im using DS-5 simulator for coding C program along with Assembly and Neon.In this vectorization is working perfectly but when optimization of MEDIUM/HIGH level is used, the  pointer increment is not working properly. Can anyone help me in this regard??

Thanks in advance

Pavi

Parents
  • pavi

    I dunno about the options involved in ds5 simulator. Usually the debugger will have the capability to display the equivalent asm codes in between c programs.. Look for such a mode change Options where you can see the stepping of each asm instruction clearly in higher optimization levels.

Reply
  • pavi

    I dunno about the options involved in ds5 simulator. Usually the debugger will have the capability to display the equivalent asm codes in between c programs.. Look for such a mode change Options where you can see the stepping of each asm instruction clearly in higher optimization levels.

Children