]> sourceware.org Git - glibc.git/commitdiff
Remove unused hard-coded qNaN definition.
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 3 Apr 2013 20:17:47 +0000 (22:17 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 5 Apr 2013 19:28:03 +0000 (21:28 +0200)
ChangeLog
sysdeps/ieee754/dbl-64/usncs.h

index 8d2602b6395a3fd09af38114a94b5fce9d9e73f4..ffcb95315711145106971e60ee8b1bfb2703273d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
+       definitions.
+
 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
 
        [BZ #14478]
index 92a632144a293beb5243823d16ec53a2549d090d..11c189ce348dbb5e56d4d17b82d04975dbf56e00 100644 (file)
@@ -30,7 +30,6 @@
 #ifdef BIG_ENDI
 static const mynumber
 
-/**/          NAN = {{0x7ff80000, 0x00000000 }}, /*  NaN                     */
 /**/           s1 = {{0xBFC55555, 0x55555555 }}, /* -0.16666666666666666     */
 /**/           s2 = {{0x3F811111, 0x11110ECE }}, /*  0.0083333333333323288   */
 /**/           s3 = {{0xBF2A01A0, 0x19DB08B8 }}, /* -0.00019841269834414642  */
@@ -53,7 +52,6 @@ static const mynumber
 #ifdef LITTLE_ENDI
 static const mynumber
 
-/**/          NAN = {{0x00000000, 0x7ff80000 }},/*  NaN                     */
 /**/           s1 = {{0x55555555, 0xBFC55555 }},/* -0.16666666666666666     */
 /**/           s2 = {{0x11110ECE, 0x3F811111 }},/*  0.0083333333333323288   */
 /**/           s3 = {{0x19DB08B8, 0xBF2A01A0 }},/* -0.00019841269834414642  */
This page took 0.109198 seconds and 5 git commands to generate.