Re: [PATCH 18/37] target/i386: implement additional AVX comparison operators

2022-09-12 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: The new implementation of SSE will cover AVX from the get go, so include the 24 extra comparison operators that are only available with the VEX prefix. Based on a patch by Paul Brook. Signed-off-by: Paolo Bonzini --- target/i386/ops_sse.h| 38 +++

[PATCH 18/37] target/i386: implement additional AVX comparison operators

2022-09-11 Thread Paolo Bonzini
The new implementation of SSE will cover AVX from the get go, so include the 24 extra comparison operators that are only available with the VEX prefix. Based on a patch by Paul Brook . Signed-off-by: Paolo Bonzini --- target/i386/ops_sse.h| 38 targe