[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [RFC PATCH v1 0/2] softfloat: float128 to uint64 and uint32
From: |
Bharata B Rao |
Subject: |
[Qemu-ppc] [RFC PATCH v1 0/2] softfloat: float128 to uint64 and uint32 |
Date: |
Tue, 7 Feb 2017 13:34:34 +0530 |
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/address@hidden/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
- [Qemu-ppc] [RFC PATCH v1 0/2] softfloat: float128 to uint64 and uint32,
Bharata B Rao <=