aboutsummaryrefslogtreecommitdiff
path: root/src/math/exp_amd64.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/exp_amd64.s')
-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 1c2ac8f676..525745d66c 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
-// http://www.springerlink.com/content/340228x165742104/
+// https://www.springerlink.com/content/340228x165742104/
//
// The original code and the constants below are from the author's
// implementation available at http://freshmeat.net/projects/sleef.