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

Unified Diff: src/compiler/opcodes.h

Issue 2029413005: [builtins] Migrate Math.log to TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo. Created 4 years, 7 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 4e00c8a3edfb72fc2e128e760a4b1a62d8ce0b1e..7e879e049610bb8d2db323bd89fc4c1663f3d8a1 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -194,6 +194,7 @@
V(NumberClz32) \
V(NumberCeil) \
V(NumberFloor) \
+ V(NumberLog) \
V(NumberRound) \
V(NumberTrunc) \
V(NumberToInt32) \
@@ -349,6 +350,7 @@
V(Float64Max) \
V(Float64Min) \
V(Float64Abs) \
+ V(Float64Log) \
V(Float64Sqrt) \
V(Float64RoundDown) \
V(Float32RoundUp) \

Powered by Google App Engine
This is Rietveld 408576698