]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/s390x: Implement minimal vector operations
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 15 Sep 2020 01:08:00 +0000 (18:08 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Oct 2021 23:53:17 +0000 (16:53 -0700)
commita429ee2978a1bb81cfb737e382a47c119a2c0886
treef2c18a952defc97c83865999a57159867a0addd5
parent79cada8693d3e32162e41323b4bfbeaa765cad35
tcg/s390x: Implement minimal vector operations

Implementing add, sub, and, or, xor as the minimal set.
This allows us to actually enable vectors in query_s390_facilities.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc