From 02343946215a7ae03634c6490abcc69da68df589 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 5 Sep 2013 12:23:44 +0000 Subject: math: fix expm1l on x86_64 (avoid underflow for large negative x) copy the fix from i386: return -1 instead of exp2l(x)-1 when x <= -65 --- src/math/x86_64/ceill.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/x86_64/ceill.s') diff --git a/src/math/x86_64/ceill.s b/src/math/x86_64/ceill.s index bc29f15c..f5cfa3b3 100644 --- a/src/math/x86_64/ceill.s +++ b/src/math/x86_64/ceill.s @@ -1 +1 @@ -# see floor.s +# see floorl.s -- cgit v1.2.1