diff options
Diffstat (limited to 'gcc/config/avr/stdfix.h')
-rw-r--r-- | gcc/config/avr/stdfix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/avr/stdfix.h b/gcc/config/avr/stdfix.h index e130a26..9a594f9 100644 --- a/gcc/config/avr/stdfix.h +++ b/gcc/config/avr/stdfix.h @@ -108,12 +108,12 @@ typedef long long unsigned int uint_uk_t; /* The Embedded-C paper specifies results only for rounding points 0 < RP < FBIT - + As an extension, the following functions work as expected with rounding points -IBIT < RP < FBIT - + For example, rounding an accum with a rounding point of -1 will result in an even integer value. */ |