diff --git a/src/runtime/sqrt.go b/src/runtime/sqrt.go index 7452a61f3c..1b130e3b01 100644 --- a/src/runtime/sqrt.go +++ b/src/runtime/sqrt.go @@ -117,7 +117,7 @@ func sqrt(ix uint64) uint64 { // normalize x exp := int((ix >> float64Shift) & float64Mask) if exp == 0 { // subnormal x - for ix&1<