Re: [PATCH v2 00/27] Adding partial support for 128-bit riscv target

2021-10-07 Thread Philippe Mathieu-Daudé
On 10/6/21 23:28, Frédéric Pétrot wrote: > This series of patches provides partial 128-bit support for the riscv > target architecture. > For the 128-bit, the tests are there: https://github.com/fpetrot/128-test > * from hash 925e1af2c7, run the tests in unit_test_i > * from hash 6d4a39f2c4, run

[PATCH v2 00/27] Adding partial support for 128-bit riscv target

2021-10-06 Thread Frédéric Pétrot
This series of patches provides partial 128-bit support for the riscv target architecture. Feedback on v1 was most useful and led to many improvements. + the load and store make use of a not yet upstreamed patch from Richard, + use of the existing Int128 computations in helpers, and addition of