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

Unified Diff: src/compiler/opcodes.h

Issue 668173002: Add Float64Round operator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove comma at end of enumerator list. Created 6 years, 2 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/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 8b68e603fb882ec6f2f8a89a3f783470e057e414..875e348bb23c2e363558b6f8a5dbcb8fcaef430f 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -225,6 +225,7 @@
V(Float64Equal) \
V(Float64LessThan) \
V(Float64LessThanOrEqual) \
+ V(Float64Round) \
V(LoadStackPointer)
#define VALUE_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698