soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced.
authorMaciej W. Rozycki <macro@codesourcery.com>
Thu, 25 Apr 2013 15:01:21 +0000 (16:01 +0100)
committerMaciej W. Rozycki <macro@codesourcery.com>
Thu, 25 Apr 2013 15:02:26 +0000 (16:02 +0100)
ChangeLog
soft-fp/op-common.h

index e6a9a40..da92463 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
+
 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
 
        * math/libm-test.inc (cos_test): Use accurate hex constants.
index a29cd9a..a9d94d7 100644 (file)
@@ -973,7 +973,7 @@ do {                                                                        \
        R##_s = 0;                                                      \
         if (X##_s)                                                     \
           {                                                            \
-           R##_c = FP_CLS_NAN; /* sNAN */                              \
+           R##_c = FP_CLS_NAN; /* NAN */                               \
            R##_s = _FP_NANSIGN_##fs;                                   \
            _FP_FRAC_SET_##wc(R, _FP_NANFRAC_##fs);                     \
            FP_SET_EXCEPTION(FP_EX_INVALID);                            \