]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Rewrite simple integer vector helpers
authorPaul Brook <paul@nowt.org>
Sun, 24 Apr 2022 22:01:33 +0000 (23:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Sep 2022 18:16:33 +0000 (20:16 +0200)
commitee04a3c86dc125bbbdb04abaf4188dbafe612891
treef6eeec5fc036d932ee41283a6a891f4d7a067180
parent18592d2ec2dddff3b08568d29aa82d96e0369b88
target/i386: Rewrite simple integer vector helpers

Rewrite the "simple" vector integer helpers in preperation for AVX support.

While the current code is able to use the same prototype for unary
(a = F(b)) and binary (a = F(b, c)) operations, future changes will cause
them to diverge.

No functional changes to existing helpers

Signed-off-by: Paul Brook <paul@nowt.org>
Message-Id: <20220424220204.2493824-12-paul@nowt.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/ops_sse.h