commit | 4007b8de6e1012675672d6e6e4fc08633b3a0023 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Fri Oct 31 11:39:54 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Tue Nov 04 23:26:15 2014 +0100 |
tree | d40216351591b8c4d09f55d72f7be4270c5a9645 | |
parent | 24e669ba531a0ffb5e5c3583bc39ff84eaeabf16 [diff] |
target-ppc: Fix vcmpbfp. Unordered Case Fix the implementation of Vector Compare Bounds Single Precision. Specifically, fix the case where the operands are unordered -- since the result is non-zero, the CR[6] field should be set to zero. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de>