about summary refs log tree commit diff
path: root/sysdeps/ia64/fpu
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-12-13 10:01:45 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-12-13 10:01:45 +0530
commit5afe4c0d6903027bf7835da4711a9f75b750a64d (patch)
tree0a2c2dbf4f8968fdcd72bd98585fc09a5968c30d /sysdeps/ia64/fpu
parent23645707f12f2dd9d80b51effb2d9618a7b65565 (diff)
downloadglibc-5afe4c0d6903027bf7835da4711a9f75b750a64d.tar.gz
glibc-5afe4c0d6903027bf7835da4711a9f75b750a64d.tar.xz
glibc-5afe4c0d6903027bf7835da4711a9f75b750a64d.zip
Cleanup encoding in comments
Replace non-UTF-8 and non-ASCII characters in comments with their UTF-8
equivalents so that files don't end up with mixed encodings.  With this,
all files (except tests that actually test different encodings) have a
single encoding.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/ia64/fpu')
-rw-r--r--sysdeps/ia64/fpu/s_tanf.S4
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