mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: use one 'l' when cancelling everywhere except Solaris
Fixes #11626. Change-Id: I1b70c0844473c3b57a53d7cca747ea5cdc68d232 Reviewed-on: https://go-review.googlesource.com/14526 Run-TryBot: Rob Pike <r@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
f4f0344fe2
commit
67ddae87b9
9 changed files with 14 additions and 14 deletions
|
|
@ -1272,7 +1272,7 @@ func (z *Float) usub(x, y *Float) {
|
|||
ex = ey
|
||||
}
|
||||
|
||||
// operands may have cancelled each other out
|
||||
// operands may have canceled each other out
|
||||
if len(z.mant) == 0 {
|
||||
z.acc = Exact
|
||||
z.form = zero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue