On 10/25/21 14:28, Frédéric Pétrot wrote:
> Addition of not, xor, div and rem on 128-bit integers, used in particular
> within div/rem and csr helpers for computations on 128-bit registers in
> the 128-bit riscv target.
> 
> Signed-off-by: Frédéric Pétrot <[email protected]>
> Co-authored-by: Fabien Portas <[email protected]>
> ---
>  include/qemu/int128.h |  26 +++++
>  util/int128.c         | 218 ++++++++++++++++++++++++++++++++++++++++++
>  util/meson.build      |   1 +
>  3 files changed, 245 insertions(+)
>  create mode 100644 util/int128.c

If you ever have to respin, please split the logical operations in
one patch and the div/rem in another.


Reply via email to