commit | 74f239975501cf0ad886a5d40ce40aecbb9dc0b2 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Tue Oct 22 22:05:46 2013 +1100 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 20 01:57:46 2013 +0100 |
tree | 5d4280a99cdc4617b18cf2b2344876ef3c0fbae3 | |
parent | 3bc9ccc054574820190f0e6bbfd299bc2d42323d [diff] |
Declare and Enable VSX This patch adds the flag POWERPC_FLAG_VSX to the list of defined flags and also adds this flag to the list of supported features of the Power7 and Power8 CPUs. Additionally, the VSX instructions are added to the list of TCG-enabled instruction. Signed-off-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>