]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2012 22:51:45 +0000 (14:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Feb 2012 22:51:45 +0000 (14:51 -0800)
commita78bc6549cfedeea0828b718aca00593d8164c2b
tree6978f1ad4e74b7ae1cf92d4d78634440e43fb217
parent36c8acb4f8383a52ba0f25a99276ebec31f8c281
Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.

* sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
manipulate bits before adding and subtracting TWO112[sx].
* sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
ChangeLog
sysdeps/ieee754/ldbl-128/s_nearbyintl.c
sysdeps/ieee754/ldbl-128/s_rintl.c