[PATCH 0/4] x86emul: support further AVX extensions

Jan Beulich posted 4 patches 9 months, 1 week ago
Failed in applying to current master (apply log)
[PATCH 0/4] x86emul: support further AVX extensions
Posted by Jan Beulich 9 months, 1 week ago
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
Re: [PATCH 0/4] x86emul: support further AVX extensions
Posted by Andrew Cooper 4 months ago
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