The size of a long double is 16 bytes, not 12 bytes.
This commit is contained in:
parent
6537124772
commit
8d3e35d805
@ -49,6 +49,6 @@
|
||||
|
||||
#define FLOAT_SIZE (4 * CHAR_BIT)
|
||||
#define DOUBLE_SIZE (8 * CHAR_BIT)
|
||||
#define LDOUBLE_SIZE (12 * CHAR_BIT)
|
||||
#define LDOUBLE_SIZE (16 * CHAR_BIT)
|
||||
|
||||
#define ENUM_SIZE (4 * CHAR_BIT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user