What are the advantages of armv7 over armv6 when compiling iPhone apps?
问题 If there are any advantages at all... couldn't find anything conclusive in the docs. Apparently armv7 is for newer version of iOS... is it faster? smaller? Better at X? 回答1: One of the bigger differences is that the armv6 architecture has hardware support for double precision floating point arithmetic, while armv7 only provides legacy software support for double precision floating point arithmetic. To compensate, the armv7 architecture has a "NEON" unit that provides blindingly fast hardware