I'm looking to support iPad only on iOS. I don't really understand what this armv6/armv7 thing is about, is it a bit like the days when you could decide to target 386/486/Pentium instruction sets? Are there any strong benefits to set up for armv7 only, or strong reasons why not to?
If I have some libs prebuilt as armv6 will they work nicely with armv7 or must every lib be built using identical compiler settings?
iOS - armv6 & armv7
-
- OGRE Retired Team Member
- Posts: 4270
- Joined: Sun Feb 25, 2007 4:56 am
- Location: Bloomington, MN
- x 126
Re: iOS - armv6 & armv7
It's similar. They are different processor families, all iPads use armv7 variants. Any libs that you have that are armv6 only will need to be recompiled.
-
- Ogre Magi
- Posts: 1235
- Joined: Fri Oct 26, 2007 12:36 am
- Location: Mountain View, CA
- x 10
Re: iOS - armv6 & armv7
Just to add to that, check out the list of armv6-only devices: http://en.wikipedia.org/wiki/List_of_iOS_devices
As you can see, it's totally not worth bothering to support armv6 anymore. So just make sure everything is at least compiled with armv7.
As you can see, it's totally not worth bothering to support armv6 anymore. So just make sure everything is at least compiled with armv7.