]> git.proxmox.com Git - mirror_qemu.git/commit
softfloat: fix return type of roundAndPackFloat16
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 22 Jan 2016 15:09:21 +0000 (15:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 22 Jan 2016 15:09:21 +0000 (15:09 +0000)
commit7ceac86f49b564954f5bde477c4281f407be1399
tree17570c0192a633520edf87b8371e4b0befaf82fc
parentd341d9f3062c74d74c94ebe6359f067bed8311ba
softfloat: fix return type of roundAndPackFloat16

The roundAndPackFloat16 function should return a float16 value, not a
float32 one. Fix that.

Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1452700993-6570-1-git-send-email-aurelien@aurel32.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
fpu/softfloat.c