Add floating point definitions for sh3eb, sh4eb in ieeefp.c

This commit is contained in:
Memallox 2018-08-21 18:52:12 +02:00
parent 33212d2dd0
commit adc05ff66f
1 changed files with 7 additions and 0 deletions

View File

@ -167,6 +167,13 @@
#define _DOUBLE_IS_32BITS
#endif
#ifdef __sh3eb__
#define __IEEE_BIG_ENDIAN
#endif
#ifdef __sh4eb__
#define __IEEE_BIG_ENDIAN
#endif
#ifdef __sh__
#ifdef __LITTLE_ENDIAN__