Correct the values of FLT_ROUNDS for the FE_UPWARD and FE_DOWNWARD cases.

This commit is contained in:
David Schultz 2005-01-18 15:29:28 +00:00
parent bd528823ec
commit 929ab920ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140424

View File

@ -12,8 +12,8 @@ __FBSDID("$FreeBSD$");
static const int map[] = {
1, /* round to nearest */
0, /* round to zero */
3, /* round to negative infinity */
2 /* round to positive infinity */
2, /* round to positive infinity */
3 /* round to negative infinity */
};
int