On 8/25/22 15:14, Paolo Bonzini wrote:
From: Paul Brook<[email protected]>
Make the dpps and dppd helpers AVX-ready
I can't see any obvious reason why dppd shouldn't work on 256 bit ymm
registers, but both AMD and Intel agree that it's xmm only.
Signed-off-by: Paul Brook<[email protected]>
Message-Id:<[email protected]>
Signed-off-by: Paolo Bonzini<[email protected]>
---
target/i386/ops_sse.h | 80 ++++++++++++++++++++++++-------------------
1 file changed, 45 insertions(+), 35 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~