On 8/28/19 2:08 AM, Alex Bennée wrote: > If you want to do vectors I suggest you look at the TCGvec types for > passing pointers to vector registers to helpers. In this case you will > want to ensure your vector registers are properly aligned.
The risc-v vector extension is very different from any other existing vector extension. In particular, the locations of the vector elements vary dynamically. Except for certain special cases I doubt that risc-v can make direct use of the generic TCG vector support. r~