diff options
Diffstat (limited to 'include/rounding-mode.h')
-rw-r--r-- | include/rounding-mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rounding-mode.h b/include/rounding-mode.h index 2f1ab55a80..c765551979 100644 --- a/include/rounding-mode.h +++ b/include/rounding-mode.h @@ -39,7 +39,7 @@ MORE_BITS is true if the number is not exactly equal to the truncated value or the half-way value, false otherwise. */ -static inline bool +static bool round_away (bool negative, bool last_digit_odd, bool half_bit, bool more_bits, int mode) { |