mirror of
https://github.com/fluencelabs/musl
synced 2025-07-01 15:42:05 +00:00
minor rintl.c fix: remove unsupported ldbl format message
This commit is contained in:
@ -42,8 +42,6 @@ shift[2] = {
|
|||||||
0x1.0p63, -0x1.0p63
|
0x1.0p63, -0x1.0p63
|
||||||
#elif LDBL_MANT_DIG == 113
|
#elif LDBL_MANT_DIG == 113
|
||||||
0x1.0p112, -0x1.0p112
|
0x1.0p112, -0x1.0p112
|
||||||
#else
|
|
||||||
#error "Unsupported long double format"
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
static const float zero[2] = { 0.0, -0.0 };
|
static const float zero[2] = { 0.0, -0.0 };
|
||||||
|
Reference in New Issue
Block a user