summaryrefslogtreecommitdiff
path: root/src/math/x86_64/expm1l.s
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2012-12-16 17:28:18 +0100
committerSzabolcs Nagy <nsz@port70.net>2012-12-16 17:28:18 +0100
commit525ad96e0ef6e46b6ac28438ef2ffa1d5317fb64 (patch)
tree2f0813204b99309ab1d4b1ffe250ccf84514c1a9 /src/math/x86_64/expm1l.s
parent1d7c4f8f93d82ad5d8f650e71bcd99201965d9ad (diff)
downloadmusl-525ad96e0ef6e46b6ac28438ef2ffa1d5317fb64.tar.gz
math: move x86_64 exp2l implementation to exp2l.s from expl.s
Diffstat (limited to 'src/math/x86_64/expm1l.s')
-rw-r--r--src/math/x86_64/expm1l.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/x86_64/expm1l.s b/src/math/x86_64/expm1l.s
index 89c2d290..e773f080 100644
--- a/src/math/x86_64/expm1l.s
+++ b/src/math/x86_64/expm1l.s
@@ -1 +1 @@
-# see expm1.s
+# see exp2l.s