mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
tests/tcg/s390x: Test VCKSM
Add a small test to prevent regressions. Tested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20230724082032.66864-15-iii@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
e11e2fc6fb
commit
241ab36c0a
3 changed files with 34 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef QEMU_TESTS_S390X_VX_H
|
||||
#define QEMU_TESTS_S390X_VX_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef union S390Vector {
|
||||
uint64_t d[2]; /* doubleword */
|
||||
uint32_t w[4]; /* word */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue