X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Frintl.c;h=b13cfeb30bbf94b8f3742863f6366b6f99b7a680;hb=a749ba3adc2f3b4abfc68b21d4c3741b20c8f657;hp=6a311a9d67a681fda7de0d0993feaed4bc402c15;hpb=634c3a63027aa4a693b64fae0e2f6e1635558e93;p=musl diff --git a/src/math/rintl.c b/src/math/rintl.c index 6a311a9d..b13cfeb3 100644 --- a/src/math/rintl.c +++ b/src/math/rintl.c @@ -42,8 +42,6 @@ shift[2] = { 0x1.0p63, -0x1.0p63 #elif LDBL_MANT_DIG == 113 0x1.0p112, -0x1.0p112 -#else -#error "Unsupported long double format" #endif }; static const float zero[2] = { 0.0, -0.0 };