]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commit
x86/CPUID: adjust SSEn dependencies
authorJan Beulich <jbeulich@suse.com>
Mon, 27 May 2019 10:24:37 +0000 (12:24 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 27 May 2019 10:24:37 +0000 (12:24 +0200)
commitff66ccefe51e5783855f7d4646ca491fbf12bb89
tree73c97fdba3608b2a0fcf859db2e30a7f47ce7d51
parent88e798210b459a720253034bffcd76aff15bbbd2
x86/CPUID: adjust SSEn dependencies

Along the lines of b9f6395590 ("x86/cpuid: adjust dependencies of
post-SSE ISA extensions") further convert SSEn dependencies to be more
chain like, with each successor addition depending on its immediate
predecessor. This is more in line with how hardware has involved, and
how other projects like gcc and binutils connect things together.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/tools/gen-cpuid.py