mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
s390x/tcg: We support Vector enhancements facility
Everything is wired up and all new instructions are implemented. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20210608092337.12221-26-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
parent
da215c2394
commit
8a9b7ed32d
@ -720,6 +720,7 @@ static uint16_t qemu_MAX[] = {
|
||||
S390_FEAT_INSTRUCTION_EXEC_PROT,
|
||||
S390_FEAT_MISC_INSTRUCTION_EXT2,
|
||||
S390_FEAT_MSA_EXT_8,
|
||||
S390_FEAT_VECTOR_ENH,
|
||||
};
|
||||
|
||||
/****** END FEATURE DEFS ******/
|
||||
|
Loading…
Reference in New Issue
Block a user