From 2f0c31c0273b93196185a9d0dd260ee48e057c6d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 6 Feb 2020 16:24:03 -0500 Subject: [PATCH] rename i386 exp.s to exp_ld.s this commit is for the sake of reviewable history. --- src/math/i386/exp.c | 1 + src/math/i386/{exp.s => exp_ld.s} | 0 2 files changed, 1 insertion(+) create mode 100644 src/math/i386/exp.c rename src/math/i386/{exp.s => exp_ld.s} (100%) 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 similarity index 100% rename from src/math/i386/exp.s rename to src/math/i386/exp_ld.s -- 2.25.1