]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.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>
Wed, 8 Jan 2014 19:07:22 +0000 (19:07 +0000)
commit14c9a07eb9cae3d3bc1d39cc8815dd88337ce07a
tree279b563b953d360b5dac46c78c7520bb74572b18
parentc4a1c5e7e2fae28ef3fde2aadf7ec6fed0a5a967
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