]> git.proxmox.com Git - mirror_qemu.git/commit
fpu: use min/max values from stdint.h for integral overflow
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 13 Aug 2019 10:55:32 +0000 (11:55 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commit2c217da0fc9f1127bda804e2a500b8138b02c581
tree915229768946c257e999642679f20be53580dfc4
parente6b405fe00d8e6424a58492b37a1656d1ef0929b
fpu: use min/max values from stdint.h for integral overflow

Remove some more use of LIT64 while making the meaning more clear. We
also avoid the need of casts as the results by definition fit into the
return type.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat.c