Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Does the new M1 Max ARM Chip use little endian or big endian to store hex?

like image 338
mdigruber Avatar asked Nov 16 '25 03:11

mdigruber


1 Answers

As from this 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.

like image 63
Nickolay Olshevsky Avatar answered Nov 18 '25 19:11

Nickolay Olshevsky



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!