diff options
author | David Goodwin <david_goodwin@apple.com> | 2009-08-07 23:32:33 +0000 |
---|---|---|
committer | David Goodwin <david_goodwin@apple.com> | 2009-08-07 23:32:33 +0000 |
commit | 767a952a6fe812466b21ea3ab5748a15aec6ebfd (patch) | |
tree | 4958bc293e14f81651fab18271cafa89be4ccbf4 /lib/Target/ARM | |
parent | db0a9706e76fde6f3076f2baa1cb5bd0e47c8ee3 (diff) | |
download | external_llvm-767a952a6fe812466b21ea3ab5748a15aec6ebfd.zip external_llvm-767a952a6fe812466b21ea3ab5748a15aec6ebfd.tar.gz external_llvm-767a952a6fe812466b21ea3ab5748a15aec6ebfd.tar.bz2 |
Make NEON single-precision FP support the default for cortex-a8 (again).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/ARM.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td index 8e74009..ce28149 100644 --- a/lib/Target/ARM/ARM.td +++ b/lib/Target/ARM/ARM.td @@ -113,7 +113,7 @@ def : Processor<"arm1156t2f-s", V6Itineraries, // V7 Processors. def : Processor<"cortex-a8", CortexA8Itineraries, - [ArchV7A, FeatureThumb2, FeatureNEON]>; + [ArchV7A, FeatureThumb2, FeatureNEON, FeatureNEONFP]>; def : Processor<"cortex-a9", V7Itineraries, [ArchV7A, FeatureThumb2, FeatureNEON]>; |