Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How is the iPhone 5 armv7s processor different from its predecessors?

The iPhone 5 is the first Apple device with armv7s processors.

Is the instruction set identical?

What about backwards compatibility? Will the iPhone 5 be able to run apps compiled for the armv6 and armv7 architectures?

like image 220
Anton Avatar asked Sep 13 '12 21:09

Anton


2 Answers

AnandTech has an analysis of the new CPU: http://www.anandtech.com/show/6292/iphone-5-a6-not-a15-custom-core

The main difference is apparently that ARMv7s has VFPv4 support (but you should read the full article, it's very thorough).

The cpu is backwards compatible, it will be able to execute apps compiled for both ARMv6 and ARMv7.

like image 144
Rolf Bjarne Kvinge Avatar answered Nov 04 '22 18:11

Rolf Bjarne Kvinge


This may not be a different processor at all. They may have just started compiling everything for a new mode that has a different ABI. In the Linux world they're doing a similar transition with the move to hard-float (arm7hf).

like image 2
Travis Watkins Avatar answered Nov 04 '22 19:11

Travis Watkins