2996d8c332
* config/rx/rx-lib.h: Always restrict doubles to the SF type when 64-bit doubles are not enabled. * config/rx/rx-abi.h: Fix extraneous renaming of the floatsisf and floatunsisf functions. From-SVN: r179314
6 lines
70 B
C
6 lines
70 B
C
#ifndef __RX_64BIT_DOUBLES__
|
|
#define DF SF
|
|
#define FLOAT_ONLY
|
|
#endif
|
|
|