diff options
author | Szabolcs Nagy <nsz@port70.net> | 2012-12-16 17:30:29 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2012-12-16 17:30:29 +0100 |
commit | 58bba42d1bd14e1ab01f3249ffc98afdbf841a6a (patch) | |
tree | 8790505fc53cfcd7a3bd6ecd4b1f7877018e2e17 /src/math/i386/expm1f.s | |
parent | 525ad96e0ef6e46b6ac28438ef2ffa1d5317fb64 (diff) | |
download | musl-58bba42d1bd14e1ab01f3249ffc98afdbf841a6a.tar.gz musl-58bba42d1bd14e1ab01f3249ffc98afdbf841a6a.tar.xz musl-58bba42d1bd14e1ab01f3249ffc98afdbf841a6a.zip |
math: x86_64 version of expl, fixed some comments in the i386 version
Diffstat (limited to 'src/math/i386/expm1f.s')
-rw-r--r-- | src/math/i386/expm1f.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/i386/expm1f.s b/src/math/i386/expm1f.s index 89c2d290..f335a3e5 100644 --- a/src/math/i386/expm1f.s +++ b/src/math/i386/expm1f.s @@ -1 +1 @@ -# see expm1.s +# see exp.s |