D.D.
D.D.

Reputation: 333

Are there any iOS devices equipped with arm64 architected CPU?

Some old libraries just don't support arm64, but I found it's default in XCode5.1, are there any iOS devices using this instruction set? Currently, I just don't want it and removed it from the Build Settings, will there be any problem?

Upvotes: 0

Views: 3891

Answers (2)

ian
ian

Reputation: 15881

If you can't support arm64, it's safe to remove it. All arm64 devices also support 32-bit.

Upvotes: 3

Stefan Fisk
Stefan Fisk

Reputation: 1573

All A7 devices are arm64. Currently that includes iPhone 5s, iPad Air, and iPad Mini Retina.

Upvotes: 3

Related Questions