From bc998d034f45d1828a8663b2eed928faf22a7d01 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 14 Sep 2017 17:11:35 +0000 Subject: libgo: update to go1.9 Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767 --- libgo/go/math/const.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgo/go/math/const.go') diff --git a/libgo/go/math/const.go b/libgo/go/math/const.go index b440538..20b7065 100644 --- a/libgo/go/math/const.go +++ b/libgo/go/math/const.go @@ -3,6 +3,8 @@ // license that can be found in the LICENSE file. // Package math provides basic constants and mathematical functions. +// +// This package does not guarantee bit-identical results across architectures. package math // Mathematical constants. -- cgit v1.1