From: David Goodwin Date: Wed, 5 Aug 2009 16:40:57 +0000 (+0000) Subject: Disable NEON single-precision FP support for Cortex-A8, for now... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ce3c1f2a0e726832286fde44cd3b0c4be605c19c;p=oota-llvm.git Disable NEON single-precision FP support for Cortex-A8, for now... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td index ce28149b54f..8e7400962d8 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, FeatureNEONFP]>; + [ArchV7A, FeatureThumb2, FeatureNEON]>; def : Processor<"cortex-a9", V7Itineraries, [ArchV7A, FeatureThumb2, FeatureNEON]>;