On 3/30/22 11:59, matheus.fe...@eldorado.org.br wrote:
From: Matheus Ferst<matheus.fe...@eldorado.org.br>Based on parts_uint_to_float, implements uint128_to_float128 to convert an unsigned 128-bit value received through an Int128 argument. Signed-off-by: Matheus Ferst<matheus.fe...@eldorado.org.br> --- fpu/softfloat.c | 25 +++++++++++++++++++++++++ include/fpu/softfloat.h | 2 ++ 2 files changed, 27 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~