about summary refs log tree commit diff
path: root/soft-fp/op-common.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-04-25 16:01:21 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2013-04-25 16:02:26 +0100
commit93fd48c5f633dac3a81a01147688c5d7a429cb58 (patch)
treeade35487fbd2896ae77cd062d1c04d58840e831d /soft-fp/op-common.h
parent418601aa84a2b5cfa21f27bcb81b5c1d0fdf9ccd (diff)
downloadglibc-93fd48c5f633dac3a81a01147688c5d7a429cb58.tar.gz
glibc-93fd48c5f633dac3a81a01147688c5d7a429cb58.tar.xz
glibc-93fd48c5f633dac3a81a01147688c5d7a429cb58.zip
soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced.
Diffstat (limited to 'soft-fp/op-common.h')
-rw-r--r--soft-fp/op-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h
index a29cd9a8dd..a9d94d7f16 100644
--- a/soft-fp/op-common.h
+++ b/soft-fp/op-common.h
@@ -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);				\