Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/h8300/h8300-lib.h
2023-03-06 14:48:14 +01:00

7 lines
96 B
C

#ifdef FLOAT
#ifdef __H8300__
#define CMPtype HItype
#else
#define CMPtype SItype
#endif
#endif