Hi all,
How do i tell the compiler to use LDNW instruction rather than LDW for loading??
Even using _nassert(((int)ptr & 0x03)!=0) does not solve this problem
_mem4 instrinsics can be used. But that has to be done at all the place where non-alignment
loading is required.
As the compiler uses LDW always...it results in sever non-alignment issues.
is there any simpler solutions to this other than using instrinsics.
Simulator : c64x+ cycle accurate simualtor.
CCS : 3.3
Regards,
Sandeep