]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/ops_sse.h
target/i386: Introduce 256-bit vector helpers
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Sep 2022 07:04:17 +0000 (09:04 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:04 +0000 (13:58 +0200)
commitb98f886c8f8661773047197d132efec97810b37a
tree7422757b374f3b618c90f5b7a58793664312c6c6
parent6e0cac782ab121ab5a330644c4c38011c53de30f
target/i386: Introduce 256-bit vector helpers

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.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/helper.h
target/i386/ops_sse.h
target/i386/ops_sse_header.h
target/i386/tcg/fpu_helper.c