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

Unified Diff: src/compiler/opcodes.h

Issue 1471913006: [turbofan] Implemented the optional Float32RoundDown operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Removed a debugging printf. Created 5 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/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index d42e782b413176d8b9a8edfa05b836664c63a82d..f4af03b13c118cc81a5c936a792937c26cde071a 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -294,6 +294,7 @@
V(Float32Min) \
V(Float32Abs) \
V(Float32Sqrt) \
+ V(Float32RoundDown) \
V(Float64Add) \
V(Float64Sub) \
V(Float64Mul) \

Powered by Google App Engine
This is Rietveld 408576698