]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix floating point rounding again
authorRuss Cox <rsc@golang.org>
Wed, 21 May 2014 21:11:52 +0000 (17:11 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 21 May 2014 21:11:52 +0000 (17:11 -0400)
commit1be479df926fae2291e78f59be7474e6edb1cf97
tree0a6a404d2c34cba445e13c4c9ada9553ba93618d
parent4464ae280f6b6cd16ac23677aba05ac69e26c896
cmd/gc: fix floating point rounding again

Passes the expanded test in CL 100660044,
which gives me some confidence that it
might be right.

(The old code failed by not considering all the
low bits.)

LGTM=r
R=golang-codereviews, r, bradfitz
CC=golang-codereviews, iant, khr
https://golang.org/cl/99410051
src/cmd/gc/mparith3.c