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

Unified Diff: src/compiler/opcodes.h

Issue 2060743002: [builtins] Introduce proper Float64Log1p operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@Math_Log
Patch Set: REBASE Created 4 years, 6 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 39d370d308136feac74f4aba0cb78ce6c04840d9..cb69f4aaee0ecfbc1e3d4f2fcdc58fa9bac3ff59 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -198,6 +198,7 @@
V(NumberCeil) \
V(NumberFloor) \
V(NumberLog) \
+ V(NumberLog1p) \
V(NumberRound) \
V(NumberTrunc) \
V(NumberToInt32) \
@@ -356,6 +357,7 @@
V(Float64Min) \
V(Float64Abs) \
V(Float64Log) \
+ V(Float64Log1p) \
V(Float64Sqrt) \
V(Float64RoundDown) \
V(Float32RoundUp) \

Powered by Google App Engine
This is Rietveld 408576698