commit | f279852b89bd42289c421714221c860e71fb4639 | [log] [tgz] |
---|---|---|
author | Matheus Ferst <matheus.ferst@eldorado.org.br> | Wed Mar 30 14:59:27 2022 -0300 |
committer | Daniel Henrique Barboza <danielhb413@gmail.com> | Wed Apr 20 18:00:30 2022 -0300 |
tree | b02e6605f1e68b8755d63dabcfa3b6ca4bad7ee8 | |
parent | 613cf0fcbabee5ec34cab85a933eb3d46845a7cb [diff] |
softfloat: add uint128_to_float128 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.ferst@eldorado.org.br> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220330175932.6995-4-matheus.ferst@eldorado.org.br> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>