Thread: A faster N810??
View Single Post
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#12
Originally Posted by linuxeventually View Post
I've had similar thoughts with my NAS but anything with an ARM architecture (and keep in mind pretty much all ARM processors are different so no compatibility) everything has to be compiled against that particular processor.
Hardly. armv5 binaries works just fine on armv7 CPUs. Backwards compatibility is strong, problems crop up when you try to use features on newer instruction sets (like the NEON SIMD available in armv7) on older hardware which does not provide the required features.

It's no different than x86, really.
__________________
Ryan Abel

Last edited by GeneralAntilles; 2009-06-30 at 00:39.
 

The Following 2 Users Say Thank You to GeneralAntilles For This Useful Post: