diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2012-04-05 19:12:34 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-04-07 11:15:44 +0000 |
commit | b3a6a2e0417c78ec5491347eb85a7d125a5fefdc (patch) | |
tree | c14b9f56bd629a94c79034e92bbcc1e692979a78 /target-xtensa | |
parent | a52d28afb4e825a5b28815370a268904a4c6dc11 (diff) |
softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bits
Code in the float64_to_int32_round_to_zero() function was assuming
that int32 would not be wider than 32 bits; this meant it might
not correctly detect the overflow case. We take the simple approach
of using int32_t. Also fix equivalent issues in the functions
for other float sizes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-xtensa')
0 files changed, 0 insertions, 0 deletions