diff options
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/fpu/s_tanf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/ia64/fpu/s_tanf.S b/sysdeps/ia64/fpu/s_tanf.S index 8bbdee9232..30d11a6f88 100644 --- a/sysdeps/ia64/fpu/s_tanf.S +++ b/sysdeps/ia64/fpu/s_tanf.S @@ -224,7 +224,7 @@ LOCAL_OBJECT_END(coeff_B) LOCAL_LIBM_ENTRY(cotf) { .mlx - getf.exp rExp = f8 // ***** Get 2ˆ17 * s + E + getf.exp rExp = f8 // ***** Get 2^17 * s + E movl rSigRcpPiby2= 0xA2F9836E4E44152A // significand of 2/Pi } { .mlx @@ -251,7 +251,7 @@ LOCAL_LIBM_END(cotf) GLOBAL_IEEE754_ENTRY(tanf) { .mlx - getf.exp rExp = f8 // ***** Get 2ˆ17 * s + E + getf.exp rExp = f8 // ***** Get 2^17 * s + E movl rSigRcpPiby2= 0xA2F9836E4E44152A // significand of 2/Pi } { .mlx |