Add floating point definitions for sh3eb in ieeefp.c

This commit is contained in:
Memallox 2018-08-21 18:52:12 +02:00
parent 5b11518570
commit 30e5cab3b5
1 changed files with 3 additions and 0 deletions

View File

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