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

Unified Diff: src/mips/simulator-mips.h

Issue 24067002: MIPS/ARM: Fix benchmarks failures on simulator. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix ARM port Created 7 years, 3 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
« no previous file with comments | « src/arm/simulator-arm.cc ('k') | src/mips/simulator-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mips/simulator-mips.h
diff --git a/src/mips/simulator-mips.h b/src/mips/simulator-mips.h
index 601cd6d99d113c867419fac06ffdcbc3de5f938c..87a4ffe07179691b59dea9f5d2d63dcb754b3601 100644
--- a/src/mips/simulator-mips.h
+++ b/src/mips/simulator-mips.h
@@ -395,6 +395,9 @@ class Simulator {
char* desc;
};
StopCountAndDesc watched_stops_[kMaxStopCode + 1];
+
+ // Sets Intel x87 FPU precision to 64-bit.
+ inline void set_host_fp_precision();
};
« no previous file with comments | « src/arm/simulator-arm.cc ('k') | src/mips/simulator-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698