Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: src/arm/cpu-arm.cc

Issue 10818026: Relax requirement from VFP3 to VFP2 where possible. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/arm/cpu-arm.cc
diff --git a/src/arm/cpu-arm.cc b/src/arm/cpu-arm.cc
index 7b08ed8c2f0512ebb36dfffe561ed683acf1860c..6039527cd1d635db35a3e76cacddd5b555e54c33 100644
--- a/src/arm/cpu-arm.cc
+++ b/src/arm/cpu-arm.cc
@@ -47,7 +47,7 @@ void CPU::SetUp() {
bool CPU::SupportsCrankshaft() {
- return CpuFeatures::IsSupported(VFP3);
+ return CpuFeatures::IsSupported(VFP2);
}

Powered by Google App Engine
This is Rietveld 408576698