summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-08-05 16:40:57 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-08-05 16:40:57 +0000
commit21788bef7c2647f178163681f6e684ba5507f60b (patch)
tree06b679eb967a4a1748a023817bbae1a293716355 /llvm
parent12b7b1cd83b078a7e1cc797d227693e4abd50840 (diff)
downloadbcm5719-llvm-21788bef7c2647f178163681f6e684ba5507f60b.tar.gz
bcm5719-llvm-21788bef7c2647f178163681f6e684ba5507f60b.zip
Disable NEON single-precision FP support for Cortex-A8, for now...
llvm-svn: 78209
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/ARM/ARM.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARM.td b/llvm/lib/Target/ARM/ARM.td
index ce28149b54f..8e7400962d8 100644
--- a/llvm/lib/Target/ARM/ARM.td
+++ b/llvm/lib/Target/ARM/ARM.td
@@ -113,7 +113,7 @@ def : Processor<"arm1156t2f-s", V6Itineraries,
// V7 Processors.
def : Processor<"cortex-a8", CortexA8Itineraries,
- [ArchV7A, FeatureThumb2, FeatureNEON, FeatureNEONFP]>;
+ [ArchV7A, FeatureThumb2, FeatureNEON]>;
def : Processor<"cortex-a9", V7Itineraries,
[ArchV7A, FeatureThumb2, FeatureNEON]>;
OpenPOWER on IntegriCloud