projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8fce4
)
minor rintl.c fix: remove unsupported ldbl format message
author
nsz
<nsz@port70.net>
Fri, 23 Mar 2012 00:26:04 +0000
(
01:26
+0100)
committer
nsz
<nsz@port70.net>
Fri, 23 Mar 2012 00:26:04 +0000
(
01:26
+0100)
src/math/rintl.c
patch
|
blob
|
history
diff --git
a/src/math/rintl.c
b/src/math/rintl.c
index 6a311a9d67a681fda7de0d0993feaed4bc402c15..b13cfeb30bbf94b8f3742863f6366b6f99b7a680 100644
(file)
--- 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 };