Skip to content

Commit 65f514e

Browse files
committed
math: fix dead link to springerlink (now link.springer)
Change-Id: Ie5fd026af45d2e7bc371a38d15dbb52a1b4958cd Reviewed-on: https://go-review.googlesource.com/c/go/+/235717 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 1519bc4 commit 65f514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/exp_amd64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// methods of elementary functions suitable for SIMD computation", Proc.
99
// of International Supercomputing Conference 2010 (ISC'10), pp. 25 -- 32
1010
// (May 2010). The paper is available at
11-
// https://www.springerlink.com/content/340228x165742104/
11+
// https://link.springer.com/article/10.1007/s00450-010-0108-2
1212
//
1313
// The original code and the constants below are from the author's
1414
// implementation available at http://freshmeat.net/projects/sleef.

0 commit comments

Comments
 (0)