Logo
Explore Help
Sign In
fluencelabs/musl
1
0
Fork 0
You've already forked musl
mirror of https://github.com/fluencelabs/musl synced 2025-05-09 05:42:18 +00:00
Code Issues Projects Releases Wiki Activity
musl/arch/sh/bits/endian.h

6 lines
103 B
C
Raw Normal View History

fix endian subarchs for sh arch default endianness for sh on linux is little, and while conventions vary, "eb" seems to be the most widely used suffix for big endian.
2014-02-27 22:20:44 -05:00
#if __BIG_ENDIAN__
superh port
2013-10-05 05:13:18 -05:00
#define __BYTE_ORDER __BIG_ENDIAN
fix endian subarchs for sh arch default endianness for sh on linux is little, and while conventions vary, "eb" seems to be the most widely used suffix for big endian.
2014-02-27 22:20:44 -05:00
#else
#define __BYTE_ORDER __LITTLE_ENDIAN
superh port
2013-10-05 05:13:18 -05:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 614ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API