summaryrefslogtreecommitdiff
path: root/src/math/rintl.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-03-25 00:42:51 -0400
committerRich Felker <dalias@aerifal.cx>2012-03-25 00:42:51 -0400
commita9014ac1b9bc813a21752cd40e0a73441860e6e6 (patch)
tree6e774ea5863925c49b6da15b25adc20d1ec192b4 /src/math/rintl.c
parentbff650df9f1f6a0da80d8894535a41b0a2cca320 (diff)
parent6d8df2b9720b7133a0735c9d5a2aae55021bb2c2 (diff)
downloadmusl-a9014ac1b9bc813a21752cd40e0a73441860e6e6.tar.gz
Merge remote branch 'nsz/master'
Diffstat (limited to 'src/math/rintl.c')
-rw-r--r--src/math/rintl.c2
1 files changed, 0 insertions, 2 deletions
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 };