diff options
author | Wang, Lei <lei4.wang@intel.com> | 2022-08-11 22:57:51 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-02-27 18:53:00 +0100 |
commit | 7eb061b06e97af9a8da7f31b839d78997ae737fc (patch) | |
tree | ef070a0dc5ade904f7804df67b643eba9a407cf4 /configure | |
parent | 3023c9b4d1092eb27a523c08d9e78cbaec67b59b (diff) | |
download | qemu-7eb061b06e97af9a8da7f31b839d78997ae737fc.zip qemu-7eb061b06e97af9a8da7f31b839d78997ae737fc.tar.gz qemu-7eb061b06e97af9a8da7f31b839d78997ae737fc.tar.bz2 |
i386: Add new CPU model SapphireRapids
The new CPU model mostly inherits features from Icelake-Server, while
adding new features:
- AMX (Advance Matrix eXtensions)
- Bus Lock Debug Exception
and new instructions:
- AVX VNNI (Vector Neural Network Instruction):
- VPDPBUS: Multiply and Add Unsigned and Signed Bytes
- VPDPBUSDS: Multiply and Add Unsigned and Signed Bytes with Saturation
- VPDPWSSD: Multiply and Add Signed Word Integers
- VPDPWSSDS: Multiply and Add Signed Integers with Saturation
- FP16: Replicates existing AVX512 computational SP (FP32) instructions
using FP16 instead of FP32 for ~2X performance gain
- SERIALIZE: Provide software with a simple way to force the processor to
complete all modifications, faster, allowed in all privilege levels and
not causing an unconditional VM exit
- TSX Suspend Load Address Tracking: Allows programmers to choose which
memory accesses do not need to be tracked in the TSX read set
- AVX512_BF16: Vector Neural Network Instructions supporting BFLOAT16
inputs and conversion instructions from IEEE single precision
- fast zero-length MOVSB (KVM doesn't support yet)
- fast short STOSB (KVM doesn't support yet)
- fast short CMPSB, SCASB (KVM doesn't support yet)
Features that may be added in future versions:
- CET (virtualization support hasn't been merged)
Signed-off-by: Wang, Lei <lei4.wang@intel.com>
Reviewed-by: Robert Hoo <robert.hu@linux.intel.com>
Message-Id: <20220812055751.14553-1-lei4.wang@intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions