Commit 88a65e64 by Revital Eres Committed by Richard Sandiford

flags.h (HONOR_NANS): Fix typo in comment.

gcc/
2001-01-01  Revital1 Eres  <ERES@il.ibm.com>

	* flags.h (HONOR_NANS): Fix typo in comment.

From-SVN: r117172
parent d4d7a132
2006-09-23 Revital1 Eres <ERES@il.ibm.com>
* flags.h (HONOR_NANS): Fix typo in comment.
2006-09-23 Uros Bizjak <uros@kss-loka.si> 2006-09-23 Uros Bizjak <uros@kss-loka.si>
* config/i386/driver-i386.c (host_detect_local_cpu): Add prototype. * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype.
......
...@@ -264,7 +264,7 @@ extern const char *flag_random_seed; ...@@ -264,7 +264,7 @@ extern const char *flag_random_seed;
/* True if the given mode has a NaN representation and the treatment of /* True if the given mode has a NaN representation and the treatment of
NaN operands is important. Certain optimizations, such as folding NaN operands is important. Certain optimizations, such as folding
x * 0 into x, are not correct for NaN operands, and are normally x * 0 into 0, are not correct for NaN operands, and are normally
disabled for modes with NaNs. The user can ask for them to be disabled for modes with NaNs. The user can ask for them to be
done anyway using the -funsafe-math-optimizations switch. */ done anyway using the -funsafe-math-optimizations switch. */
#define HONOR_NANS(MODE) \ #define HONOR_NANS(MODE) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment