aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/avr/avr-lib.h
blob: daca4d81f9aeff057c3acc422bb9aa3f33ee30d6 (plain)
1
2
3
4
5
6
#ifdef FLOAT
#define CMPtype QItype
#define DF SF
#define DI SI
typedef int QItype __attribute__ ((mode (QI)));
#endif