diff options
author | Paul Brook <paul@nowt.org> | 2022-04-24 23:01:35 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-01 20:16:33 +0200 |
commit | d45b0de63d545aad2a2d91fde7b816ee3641d8d4 (patch) | |
tree | 14116cc81af6ea1e7e64e183f4b61d3d43ac9266 /block/meson.build | |
parent | e894bae8cbfdf08c0f006234badf297857aed3cd (diff) | |
download | qemu-d45b0de63d545aad2a2d91fde7b816ee3641d8d4.zip qemu-d45b0de63d545aad2a2d91fde7b816ee3641d8d4.tar.gz qemu-d45b0de63d545aad2a2d91fde7b816ee3641d8d4.tar.bz2 |
target/i386: Destructive vector helpers for AVX
These helpers need to take special care to avoid overwriting source values
before the wole result has been calculated. Currently they use a dummy
Reg typed variable to store the result then assign the whole register.
This will cause 128 bit operations to corrupt the upper half of the register,
so replace it with explicit temporaries and element assignments.
Signed-off-by: Paul Brook <paul@nowt.org>
Message-Id: <20220424220204.2493824-14-paul@nowt.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'block/meson.build')
0 files changed, 0 insertions, 0 deletions