diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-02-06 16:24:03 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-02-06 16:24:03 -0500 |
commit | 2f0c31c0273b93196185a9d0dd260ee48e057c6d (patch) | |
tree | 7dbb064f6f5712246937fdfa462e7cfd35059a4f /src | |
parent | ab9e20905dc1cb74d955cc94b5b76e6e1892b8fe (diff) | |
download | musl-2f0c31c0273b93196185a9d0dd260ee48e057c6d.tar.gz musl-2f0c31c0273b93196185a9d0dd260ee48e057c6d.tar.bz2 musl-2f0c31c0273b93196185a9d0dd260ee48e057c6d.tar.xz musl-2f0c31c0273b93196185a9d0dd260ee48e057c6d.zip |
rename i386 exp.s to exp_ld.s
this commit is for the sake of reviewable history.
Diffstat (limited to 'src')
-rw-r--r-- | src/math/i386/exp.c | 1 | ||||
-rw-r--r-- | src/math/i386/exp_ld.s (renamed from src/math/i386/exp.s) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/math/i386/exp.c b/src/math/i386/exp.c new file mode 100644 index 00000000..11282284 --- /dev/null +++ b/src/math/i386/exp.c @@ -0,0 +1 @@ +// see exp_ld.s diff --git a/src/math/i386/exp.s b/src/math/i386/exp_ld.s index df87c497..df87c497 100644 --- a/src/math/i386/exp.s +++ b/src/math/i386/exp_ld.s |