On 5/17/21 7:27 AM, David Hildenbrand wrote:
In case of 128bit, we always have a single element. Add new helpers for reading/writing 32/128 bit floats.Signed-off-by: David Hildenbrand<da...@redhat.com> --- target/s390x/helper.h | 8 ++++ target/s390x/translate_vx.c.inc | 85 +++++++++++++++++++++++++++++---- target/s390x/vec_fpu_helper.c | 74 ++++++++++++++++++++++++++-- 3 files changed, 153 insertions(+), 14 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~