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

Unified Diff: src/platform-win32.cc

Issue 9960006: Fix broken build on Windows due to r11198. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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/lazy-instance.h ('k') | no next file » | 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 198bbb3f7b586eab00ca981e540fdf1b96d1c278..3adae181e1db80b602eadd5d17f1a36e7580c72e 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -214,7 +214,9 @@ UNARY_MATH_FUNCTION(sqrt, CreateSqrtFunction())
void MathSetup() {
+#ifdef _WIN64
init_modulo_function();
+#endif
init_fast_sin_function();
init_fast_cos_function();
init_fast_tan_function();
« no previous file with comments | « src/lazy-instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698