diff options
author | Anton Blanchard <anton@ozlabs.org> | 2019-05-07 10:48:11 +1000 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2019-05-29 11:39:44 +1000 |
commit | 7fa0ddc1d63806769d1b6246a62708d3bde39037 (patch) | |
tree | 2b6db6925ba01f1229edf6a24816db5010ca7088 /util/trace-events | |
parent | 63be02fc69d44442dc7eb316d44f1c1fbe49c075 (diff) |
target/ppc: Fix vsum2sws
A recent cleanup changed the pre zeroing of the result from 64 bit
to 32 bit operations:
- result.u64[i] = 0;
+ result.VsrW(i) = 0;
This corrupts the result.
Fixes: 60594fea298d ("target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c")
Signed-off-by: Anton Blanchard <anton@ozlabs.org>
Message-Id: <20190507004811.29968-9-anton@ozlabs.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'util/trace-events')
0 files changed, 0 insertions, 0 deletions