From 525ad96e0ef6e46b6ac28438ef2ffa1d5317fb64 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 16 Dec 2012 17:28:18 +0100 Subject: math: move x86_64 exp2l implementation to exp2l.s from expl.s --- src/math/x86_64/expm1l.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/x86_64/expm1l.s') 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 -- cgit v1.2.1