summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/e_powf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/e_powf.S')
-rw-r--r--sysdeps/libm-i387/e_powf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/e_powf.S b/sysdeps/libm-i387/e_powf.S
index 48316464ef..102cd4e3af 100644
--- a/sysdeps/libm-i387/e_powf.S
+++ b/sysdeps/libm-i387/e_powf.S
@@ -300,7 +300,7 @@ ENTRY(__ieee754_powf)
testb $1, %dl
jz 24f // jump if not odd
cmpl $0xff000000, %edx
- jbe 24f // does not fit in mantissa bits
+ jae 24f // does not fit in mantissa bits
// It's an odd integer.
fldl MO(mzero)
ret