This series introduces two conversion routines: float128_to_uint64_round_to_zero() and float128_to_uint32_round_to_zero().
float128_to_uint64_round_to_zero() uses the newly added float128_to_uint64() whose implementation is based on float64_to_uint64(). float128_to_uint32_round_to_zero() uses float128_to_uint64_round_to_zero(). Changes in v1: -------------- - Reimplemented float128_to_uint64() based on float64_to_uint64(). - Added float128_to_uint32_round_to_zero(). v0: https://www.mail-archive.com/qemu-devel@nongnu.org/msg426756.html Bharata B Rao (2): softfloat: Add float128_to_uint64_round_to_zero() softfloat: Add float128_to_uint32_round_to_zero() fpu/softfloat.c | 87 +++++++++++++++++++++++++++++++++++++++++++++++++ include/fpu/softfloat.h | 3 ++ 2 files changed, 90 insertions(+) -- 2.7.4