On 3/7/19 4:15 AM, David Hildenbrand wrote: > We'll have to read/write vector elements quite frequently from helpers. > The tricky bit is properly taking care of endianess. Handle it similar > to aarch64. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/vec.h | 101 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 101 insertions(+) > create mode 100644 target/s390x/vec.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~