mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 20:01:53 +01:00
9 lines
202 B
C
9 lines
202 B
C
|
// Defines needed to compile libgcc2.c
|
||
|
#define BITS_PER_UNIT 8
|
||
|
#define LONG_DOUBLE_TYPE_SIZE 64
|
||
|
#define MIN_UNITS_PER_WORD 4
|
||
|
typedef unsigned int size_t;
|
||
|
|
||
|
// Unsigned 64 bit division:
|
||
|
#define L_udivdi3
|