diff options
author | das <das@FreeBSD.org> | 2012-04-07 03:59:12 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2012-04-07 03:59:12 +0000 |
commit | 5d2625f37f906b2187ea184cba9c2cc28f46d988 (patch) | |
tree | e8eaea781c54d66892fb03412a3054c69976c30c /lib/libc | |
parent | 89f805c29a4e922e5a7d624cd548006901e33ee7 (diff) | |
download | FreeBSD-src-5d2625f37f906b2187ea184cba9c2cc28f46d988.zip FreeBSD-src-5d2625f37f906b2187ea184cba9c2cc28f46d988.tar.gz |
Fix a bug in remquo{,f,l}, in which the quotient didn't always have the
correct sign when the remainder was 0.
Fix a separate bug in remquo alone, in which the remainder and
quotient were both off by a bit in certain cases involving subnormal
remainders.
The bugs affected all platforms except amd64 and i386, on which the
routines are implemented in assembly.
PR: 166463
Submitted by: Ilya Burylov
MFC after: 2 weeks
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions