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