配备 M1 Max 的 Macbook Pro 使用哪种字节序?

What type of endian does a Macbook Pro with M1 Max use?

新的M1 Max ARM芯片使用小端还是大端来存储十六进制?

从此link:https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon

Note Both Apple silicon and Intel-based Mac computers use the little-endian format for data, so you don’t need to make endian conversions in your code. However, continue to minimize the need for endian conversions in custom data formats that you create.