Re: [PATCH] target/mips: Align vector registers to 16 bytes

2021-12-17 Thread Richard Henderson
On 12/17/21 3:34 PM, Philippe Mathieu-Daudé wrote: Align fpr_t to 16 bytes to be able to use the TCG "Generic" vector operation expansion API from "tcg/tcg-op-gvec.h", otherwise we trigger assertions in check_size_align(). See commits ec8e23e37f8 (s390x) and 11e2bfef799 (i386) for similar justif

[PATCH] target/mips: Align vector registers to 16 bytes

2021-12-17 Thread Philippe Mathieu-Daudé
Align fpr_t to 16 bytes to be able to use the TCG "Generic" vector operation expansion API from "tcg/tcg-op-gvec.h", otherwise we trigger assertions in check_size_align(). See commits ec8e23e37f8 (s390x) and 11e2bfef799 (i386) for similar justifications. Signed-off-by: Philippe Mathieu-Daudé ---