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

Unified Diff: src/compiler/arm/instruction-codes-arm.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/arm/instruction-codes-arm.h
diff --git a/src/compiler/arm/instruction-codes-arm.h b/src/compiler/arm/instruction-codes-arm.h
index b021903885c80819233b71e4a4100e2f8cade6e5..91f2799381577a0a476ddcf5f0399f5f7438bd18 100644
--- a/src/compiler/arm/instruction-codes-arm.h
+++ b/src/compiler/arm/instruction-codes-arm.h
@@ -54,6 +54,7 @@ namespace compiler {
V(ArmVabsF32) \
V(ArmVnegF32) \
V(ArmVsqrtF32) \
+ V(ArmVrintmF32) \
V(ArmVcmpF64) \
V(ArmVaddF64) \
V(ArmVsubF64) \

Powered by Google App Engine
This is Rietveld 408576698