On 3/30/22 11:59, matheus.fe...@eldorado.org.br wrote:
From: Matheus Ferst<matheus.fe...@eldorado.org.br>Implements float128_to_int128 based on parts_float_to_int logic. Signed-off-by: Matheus Ferst<matheus.fe...@eldorado.org.br> --- fpu/softfloat.c | 64 +++++++++++++++++++++++++++++++++++++++++ include/fpu/softfloat.h | 2 ++ include/qemu/int128.h | 2 ++ 3 files changed, 68 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~