diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sparc64/gen/flt_rounds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sparc64/gen/flt_rounds.c b/lib/libc/sparc64/gen/flt_rounds.c index b0b7dde..706ef5a 100644 --- a/lib/libc/sparc64/gen/flt_rounds.c +++ b/lib/libc/sparc64/gen/flt_rounds.c @@ -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 |