mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
7 lines
119 B
C
7 lines
119 B
C
#ifdef FLOAT
|
|
#define CMPtype QItype
|
|
#define DF SF
|
|
#define DI SI
|
|
typedef int QItype __attribute__ ((mode (QI)));
|
|
#endif
|