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-06-11 14:01:34 +00:00
Code Issues Projects Releases Wiki Activity
Files
ec1aed0a144b3e00e16eeb142c9d13362d6048e7
musl/arch/microblaze/bits/endian.h

6 lines
105 B
C
Raw Normal View History

better support for reverse-endian variants of arm/mips/microblaze these macros are supported by more compilers
2012-10-18 21:50:55 -04:00
#if __MICROBLAZEEL__
#define __BYTE_ORDER __LITTLE_ENDIAN
#else
microblaze port based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.
2012-09-29 01:05:31 -04:00
#define __BYTE_ORDER __BIG_ENDIAN
better support for reverse-endian variants of arm/mips/microblaze these macros are supported by more compilers
2012-10-18 21:50:55 -04:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 649ms 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