Parallel programming in Nexus 7

Hello,

Can you advise how to take advantage of the quad-core Tegra 3 in Nexus 7? Are multiple threads in Android the best way using Tegra 3? If I want to do regular computation on a matrix (an image), SIMD seems a natural approach. Is there a better way to program SIMD than using threads?

Thank you for the help.

Y. Lu

nope - threads are the best way to go on the Nexus7 - cheers!