[AArch64] Clean up our CPUDetect.

Drops ARMv7 feature detection.
This commit is contained in:
Ryan Houdek
2015-06-13 07:29:19 -05:00
parent 4042945ee5
commit 0af5bdcf1d
3 changed files with 17 additions and 234 deletions

View File

@ -56,22 +56,6 @@ struct CPUInfo
bool bLongMode;
bool bAtom;
// ARM specific CPUInfo
bool bSwp;
bool bHalf;
bool bThumb;
bool bFastMult;
bool bVFP;
bool bEDSP;
bool bThumbEE;
bool bNEON;
bool bVFPv3;
bool bTLS;
bool bVFPv4;
bool bIDIVa;
bool bIDIVt;
bool bArmV7; // enable MOVT, MOVW etc
// ARMv8 specific
bool bFP;
bool bASIMD;