aboutsummaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2020-05-29 16:09:50 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2020-05-29 14:33:50 +0000
commit65f514edfb0ca5208e961318306eeddfdf79fda7 (patch)
tree4f056da0d61c5a1914dd31b50c8805510ce28763 /src/math
parent1519bc4457af7179557a4f04bb35a4e07bedd118 (diff)
downloadgo-65f514edfb0ca5208e961318306eeddfdf79fda7.tar.gz
go-65f514edfb0ca5208e961318306eeddfdf79fda7.zip
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>
Diffstat (limited to 'src/math')
-rw-r--r--src/math/exp_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/exp_amd64.s b/src/math/exp_amd64.s
index 525745d66c..b3e1c22d04 100644
--- a/src/math/exp_amd64.s
+++ b/src/math/exp_amd64.s
@@ -8,7 +8,7 @@
// methods of elementary functions suitable for SIMD computation", Proc.
// of International Supercomputing Conference 2010 (ISC'10), pp. 25 -- 32
// (May 2010). The paper is available at
-// https://www.springerlink.com/content/340228x165742104/
+// https://link.springer.com/article/10.1007/s00450-010-0108-2
//
// The original code and the constants below are from the author's
// implementation available at http://freshmeat.net/projects/sleef.