OSDN Git Service

s390x/tcg: Fix rounding from float128 to uint64_t/uint32_t
authorDavid Hildenbrand <david@redhat.com>
Mon, 18 Feb 2019 12:26:57 +0000 (13:26 +0100)
committerCornelia Huck <cohuck@redhat.com>
Mon, 4 Mar 2019 10:49:31 +0000 (11:49 +0100)
commit3af471f9152b8e84534f8b0ff303b5f0a5ced819
tree6aa36e066c72d4513a657fe40f7dd2cb92868de6
parentfc7cc951b606c9ea9044cd4b96cbdf9720761c64
s390x/tcg: Fix rounding from float128 to uint64_t/uint32_t

Let's use the proper conversion functions now that we have them.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20190218122710.23639-3-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/fpu_helper.c