]> Git Repo - qemu.git/commit
softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bits
authorPeter Maydell <[email protected]>
Thu, 5 Apr 2012 18:12:34 +0000 (19:12 +0100)
committerBlue Swirl <[email protected]>
Sat, 7 Apr 2012 11:15:44 +0000 (11:15 +0000)
commitb3a6a2e0417c78ec5491347eb85a7d125a5fefdc
treec14b9f56bd629a94c79034e92bbcc1e692979a78
parenta52d28afb4e825a5b28815370a268904a4c6dc11
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 <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
fpu/softfloat.c
This page took 0.025719 seconds and 4 git commands to generate.