]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorTom Wood <wood@gnu.org>
Thu, 19 Mar 1992 19:42:28 +0000 (19:42 +0000)
committerTom Wood <wood@gnu.org>
Thu, 19 Mar 1992 19:42:28 +0000 (19:42 +0000)
From-SVN: r523

gcc/real.h

index 3e691ff436ac825ff27bd40fdd46e7c63bb40d29..33b71670f8444ac3255f38170e0c0cd73fe54492 100644 (file)
@@ -137,6 +137,11 @@ extern double (atof) ();
 #define REAL_VALUE_ISINF(x) (target_isinf (x))
 #endif
 
+/* Determine whether a floating-point value X is a NaN. */
+#ifndef REAL_VALUE_ISNAN
+#define REAL_VALUE_ISNAN(x) (target_isnan (x))
+#endif
+
 /* Determine whether a floating-point value X is minus 0. */
 #ifndef REAL_VALUE_MINUS_ZERO
 #define REAL_VALUE_MINUS_ZERO(x) (target_minus_zero (x))