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
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é
---