summaryrefslogtreecommitdiffstats
path: root/include/qemu/compatfd.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-19 16:25:01 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:45:30 -0600
commit5a8c0d93d84587ad37e64f5de12399fca021a5dc (patch)
tree3c74a30c683de016fdc5ebdd8356b1adda26c5e8 /include/qemu/compatfd.h
parente7e755860c9e3315a0837dedacef395ffe06ed90 (diff)
downloadhqemu-5a8c0d93d84587ad37e64f5de12399fca021a5dc.zip
hqemu-5a8c0d93d84587ad37e64f5de12399fca021a5dc.tar.gz
fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
Use the plain 'int' type rather than 'int_fast16_t' for handling exponents. Exponents don't need to be exactly 16 bits, so using int16_t for them would confuse more than it clarified. This should be a safe change because int_fast16_t semantics permit use of 'int' (and on 32-bit glibc that is what you get). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Message-id: 1453807806-32698-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/qemu/compatfd.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud