Espresso 0.0.1b
This commit is contained in:
@ -9,10 +9,4 @@ typedef struct {
|
||||
uint32_t mantissa; /* 23 bits stored (MSB implicit for normalized numbers) */
|
||||
} soft_float32_t;
|
||||
|
||||
typedef struct {
|
||||
uint8_t sign; /* 0 = positive, 1 = negative */
|
||||
uint16_t exponent; /* 11-bit biased exponent (bias = 1023) */
|
||||
uint64_t mantissa; /* 52 bits stored (MSB implicit for normalized numbers) */
|
||||
} soft_float64_t;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user