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

Unified Diff: src/platform-win32.cc

Issue 9602006: Revert r10913. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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 | « no previous file | src/win32-headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-win32.cc
diff --git a/src/platform-win32.cc b/src/platform-win32.cc
index 600320e9de85f4df0d8ece5865edf770018fb4b4..115a6c946efcb088d245a3a76214dcd833e761f2 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -539,10 +539,6 @@ char* Time::LocalTimezone() {
void OS::SetUp() {
-#ifdef __MINGW32__
- // Set x87 FPU precision to 64-bit to be consistent with MSVC.
- _controlfp(_PC_53, _MCW_PC);
-#endif
// Seed the random number generator.
// Convert the current time to a 64-bit integer first, before converting it
// to an unsigned. Going directly can cause an overflow and the seed to be
« no previous file with comments | « no previous file | src/win32-headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698