Re: [PATCH 19/37] target/i386: Introduce 256-bit vector helpers

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, because all the work for the helper functions is already done. We just need to build them. Signed-off-by: Paolo Bonzini --- target/i386/helper.h | 2 ++ target/i386/ops_sse.h

[PATCH 19/37] target/i386: Introduce 256-bit vector helpers

2022-09-11 Thread Paolo Bonzini
The new implementation of SSE will cover AVX from the get go, because all the work for the helper functions is already done. We just need to build them. Signed-off-by: Paolo Bonzini --- target/i386/helper.h | 2 ++ target/i386/ops_sse.h| 5 + target/i386/ops_sse_header.h |