diff options
Diffstat (limited to 'lib/msun/i387/e_exp.S')
-rw-r--r-- | lib/msun/i387/e_exp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/i387/e_exp.S b/lib/msun/i387/e_exp.S index 9277c87dc92a7..d21958c0b4a62 100644 --- a/lib/msun/i387/e_exp.S +++ b/lib/msun/i387/e_exp.S @@ -38,7 +38,7 @@ RCSID("$FreeBSD$") /* e^x = 2^(x * log2(e)) */ -ENTRY(__ieee754_exp) +ENTRY(exp) /* * If x is +-Inf, then the subtraction would give Inf-Inf = NaN. * Avoid this. Also avoid it if x is NaN for convenience. |