PPC: Enable FRES and FRSQRTE on the default PPC64 description

I discussed this with Bill Schmidt on IRC, and it was decided that this is a
safe and reasonable default.

llvm-svn: 178659
This commit is contained in:
Hal Finkel 2013-04-03 14:40:18 +00:00
parent 0c6d21933a
commit 7ac4592e97
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ def : Processor<"pwr7", G5Itineraries,
def : Processor<"ppc", G3Itineraries, [Directive32]>;
def : Processor<"ppc64", G5Itineraries,
[Directive64, FeatureAltivec,
FeatureMFOCRF, FeatureFSqrt, FeatureSTFIWX,
FeatureMFOCRF, FeatureFSqrt, FeatureFRES,
FeatureFRSQRTE, FeatureSTFIWX,
Feature64Bit /*, Feature64BitRegs */]>;