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

Unified Diff: src/compiler/simplified-operator.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/simplified-operator.h
diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
index fb7b2d34b7f1e1e081ae7dd469d147aa679c44db..141e98e9595b6c81c0abe613c2c8dc17a8b7d40c 100644
--- a/src/compiler/simplified-operator.h
+++ b/src/compiler/simplified-operator.h
@@ -155,6 +155,7 @@ class SimplifiedOperatorBuilder final : public ZoneObject {
const Operator* NumberCeil();
const Operator* NumberFloor();
const Operator* NumberLog();
+ const Operator* NumberLog1p();
const Operator* NumberRound();
const Operator* NumberTrunc();
const Operator* NumberToInt32();

Powered by Google App Engine
This is Rietveld 408576698