]> git.proxmox.com Git - mirror_qemu.git/commit
softfloat: Add float16 <=> float64 conversion functions
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 17:19:12 +0000 (17:19 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jan 2014 19:18:08 +0000 (19:18 +0000)
commit7b378119bd67609f25bd78b714d0fab922600f40
tree152831be64d6ce27158b860aba21ee7dbd942e33
parent84c6b75d8557a6e638dc72343428b0a78b66923f
softfloat: Add float16 <=> float64 conversion functions

Add the conversion functions float16_to_float64() and
float64_to_float16(), which will be needed for the ARM
A64 instruction set.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
fpu/softfloat.c
include/fpu/softfloat.h