On 5/17/21 7:27 AM, David Hildenbrand wrote:
Pass the m5 field via simd_data() and don't provide specialized handlers for single-element variants.Signed-off-by: David Hildenbrand<[email protected]> --- target/s390x/helper.h | 6 --- target/s390x/translate_vx.c.inc | 45 +++++----------- target/s390x/vec_fpu_helper.c | 94 +++++++++------------------------ 3 files changed, 38 insertions(+), 107 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
