gcc/libgcc/config/avr/avr-lib.h

7 lines
119 B
C

#ifdef FLOAT
#define CMPtype QItype
#define DF SF
#define DI SI
typedef int QItype __attribute__ ((mode (QI)));
#endif