Configure gdtoa so that floating-point numbers are correctly rounded

when they are printed in non-default rounding modes.
This commit is contained in:
David Schultz 2005-01-18 18:56:18 +00:00
parent 9fd7a48db0
commit ba54cdcdda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140431

View File

@ -207,6 +207,7 @@ extern Char *MALLOC ANSI((size_t));
#define INFNAN_CHECK
#define USE_LOCALE
#define Honor_FLT_ROUNDS
#undef IEEE_Arith
#undef Avoid_Underflow