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

Unified Diff: src/runtime.h

Issue 66703005: Increase precision when finding the remainder after division by pi/2. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 8b650e9754d7f97094ae4664f0166c261543c5e3..35e11dadcd397e966e77c7f277e8612549cc53ad 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -141,6 +141,7 @@ namespace internal {
F(NumberToJSInt32, 1, 1) \
F(NumberToSmi, 1, 1) \
F(AllocateHeapNumber, 0, 1) \
+ F(HeapNumberFromHex, 1, 1) \
\
/* Arithmetic operations */ \
F(NumberAdd, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698