commit | ce8ca30b398fb74e522be1a9ea87aa7868f27428 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Tue Jan 07 10:06:09 2014 -0600 |
committer | Alexander Graf <agraf@suse.de> | Wed Mar 05 03:06:43 2014 +0100 |
tree | 58266c4a611c21ca57eecd05834f746ec5e7a360 | |
parent | 6d41d146c92e99e21ef267be4c4b9893940e0838 [diff] |
target-ppc: Enable frsqrtes on Power7 and Power8 The frsqrtes instruction was introduced prior to ISA 2.06 and is support on both the Power7 and Power8 processors. However, this instruction is handled as illegal in the current QEMU emulation machines. This patch enables the existing implemention of frsqrtes in the P7 and P8 machines. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Alexander Graf <agraf@suse.de>