We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Thanq Pravin and Chris,
Yes, but do you think there is no solution for this???
Pavi.
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.
Pravin,
Actually
I'm able to see such options, but when the higher optimization levels are used, the increment in the pointer is not happening, instead the pointer is showing the same old value instead of the incremented value..
Pavi,
Kindly post your code snippet here.