IPadOS/iOS

How do I switch a thread in my app to use ARM’s big endian mode? The thread code is complied in with the app using Xcode; however other ways of compiling/linking such as libraries, support threads or even cooperative apps might work. Open to ideas. I need to get the iPad processor into big endian mode. Please feel free to ask for any additional information. Best, BR.

Answered by DTS Engineer in 789349022

Quoting Apple Silicon CPU Optimization Guide:

While the Arm ISA offers some flexibility, Apple implementations natively support little endian instructions and data.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Quoting Apple Silicon CPU Optimization Guide:

While the Arm ISA offers some flexibility, Apple implementations natively support little endian instructions and data.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

IPadOS/iOS
 
 
Q