You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A little endian system stores data in memory ordered least-significant byte first and most-significant byte last, opposite to the behavior of a big-endian system.
5
+
The advantage to running master processors in little endian mode is that it makes it simpler for programmers to port applications from x86_64 to master.
0 commit comments