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

Issues in testing on RVDS4.0 vs testing on BeagleBoard

Hi experts,

Currently I'm working on optimization of some audio codec on Cortex-A8, I have coded some functions with Neon Intrinsics and some in asm. when I tested on Rvds4.0 simulator every thing is fine but when I tested on board I'm seeing some bit exactness issues in generated outputs. Original C code outputs are fine on board. I have taken care of un-initialised variables, memory leaks. for device testing I'm using make file with arm gcc 4.4.3

0