From: Jan Beulich Date: Mon, 24 Oct 2016 15:34:17 +0000 (+0200) Subject: x86: MISALIGNSSE feature depends on SSE X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~154 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4ca886ab18ddcc729c1bc3d730ab078508d7ce3;p=xen.git x86: MISALIGNSSE feature depends on SSE Suggested-by: Andrew Cooper Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper Release-acked-by: Wei Liu --- diff --git a/xen/tools/gen-cpuid.py b/xen/tools/gen-cpuid.py index 33e68ebf64..005cad9b43 100755 --- a/xen/tools/gen-cpuid.py +++ b/xen/tools/gen-cpuid.py @@ -196,8 +196,9 @@ def crunch_numbers(state): # SSE is taken to mean support for the %XMM registers as well as the # instructions. Several futher instruction sets are built on core - # %XMM support, without specific inter-dependencies. - SSE: [SSE2, SSE3, SSSE3, SSE4A, + # %XMM support, without specific inter-dependencies. Additionally + # AMD has a special mis-alignment sub-mode. + SSE: [SSE2, SSE3, SSSE3, SSE4A, MISALIGNSSE, AESNI, SHA], # SSE2 was re-specified as core instructions for 64bit.