projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d87dc0f
)
Disable NEON single-precision FP support for Cortex-A8, for now...
author
David Goodwin
<david_goodwin@apple.com>
Wed, 5 Aug 2009 16:40:57 +0000
(16:40 +0000)
committer
David Goodwin
<david_goodwin@apple.com>
Wed, 5 Aug 2009 16:40:57 +0000
(16:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78209
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARM.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARM.td
b/lib/Target/ARM/ARM.td
index ce28149b54f738440afea42c7da4de27c22b21d4..8e7400962d843d2689713affcbb04d770b852d1c 100644
(file)
--- 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
, FeatureNEONFP
]>;
+ [ArchV7A, FeatureThumb2, FeatureNEON]>;
def : Processor<"cortex-a9", V7Itineraries,
[ArchV7A, FeatureThumb2, FeatureNEON]>;