mbox series

[0/4] x86emul: support further AVX extensions

Message ID 96f70f2f-8712-9f93-34e3-f56deae364a8@suse.com (mailing list archive)
Headers show
Series x86emul: support further AVX extensions | expand

Message

Jan Beulich Aug. 7, 2023, 3:18 p.m. UTC
Covers the smaller recently announced extensions, but not AVX10 (and
even less so APX). Obviously CPUID aspects are taken care of alongside
the actual emulator additions.

1: support AVX-VNNI-INT16
2: support SHA512
3: support SM3
4: support SM4

Jan

Comments

Andrew Cooper Jan. 12, 2024, 8:52 p.m. UTC | #1
On 07/08/2023 4:18 pm, Jan Beulich wrote:
> Covers the smaller recently announced extensions, but not AVX10 (and
> even less so APX). Obviously CPUID aspects are taken care of alongside
> the actual emulator additions.
>
> 1: support AVX-VNNI-INT16
> 2: support SHA512
> 3: support SM3
> 4: support SM4

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>

Sorry this took so long.  I think this is the 3rd time I've decided this
was all fine to go in, and clearly the first time I've written an email
to that effect.

~Andrew