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

Unified Diff: src/compiler/simplified-operator.h

Issue 2083573002: [builtins] Unify Cosh, Sinh and Tanh as exports from flibm (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE and windows fix. 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
« no previous file with comments | « src/compiler/representation-change.cc ('k') | src/compiler/simplified-operator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/simplified-operator.h
diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
index b2fd75e233aead3b143830712eac492dad007c11..8c437070f1783fb0dc3bca9393aefb194eff213d 100644
--- a/src/compiler/simplified-operator.h
+++ b/src/compiler/simplified-operator.h
@@ -185,6 +185,7 @@ class SimplifiedOperatorBuilder final : public ZoneObject {
const Operator* NumberAtanh();
const Operator* NumberCbrt();
const Operator* NumberCos();
+ const Operator* NumberCosh();
const Operator* NumberExp();
const Operator* NumberExpm1();
const Operator* NumberLog();
@@ -194,8 +195,10 @@ class SimplifiedOperatorBuilder final : public ZoneObject {
const Operator* NumberPow();
const Operator* NumberRound();
const Operator* NumberSin();
+ const Operator* NumberSinh();
const Operator* NumberSqrt();
const Operator* NumberTan();
+ const Operator* NumberTanh();
const Operator* NumberTrunc();
const Operator* NumberToInt32();
const Operator* NumberToUint32();
« no previous file with comments | « src/compiler/representation-change.cc ('k') | src/compiler/simplified-operator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698