From a662220df547e5c2446518e74440a7d834f9ebe6 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 6 Feb 2020 16:29:49 -0500 Subject: remove i386 asm for single and double precision exp-family functions these did not truncate excess precision in the return value. fixing them looks like considerable work, and the current C code seems to outperform them significantly anyway. long double functions are left in place because they are not subject to excess precision issues and probably better than the C code. --- src/math/i386/expm1l.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/i386/expm1l.s') diff --git a/src/math/i386/expm1l.s b/src/math/i386/expm1l.s index f335a3e5..8125761d 100644 --- a/src/math/i386/expm1l.s +++ b/src/math/i386/expm1l.s @@ -1 +1 @@ -# see exp.s +# see exp_ld.s -- cgit v1.2.1