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/exp2f.s | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/math/i386/exp2f.s (limited to 'src/math/i386/exp2f.s') diff --git a/src/math/i386/exp2f.s b/src/math/i386/exp2f.s deleted file mode 100644 index f335a3e5..00000000 --- a/src/math/i386/exp2f.s +++ /dev/null @@ -1 +0,0 @@ -# see exp.s -- cgit 1.4.1