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

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

Issue 2116753002: [builtins] Unify most of the remaining Math builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@2102223005
Patch Set: 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/machine-operator.h
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
index 184f9e0f36754669d07e2fdb56fd4f46c08c5544..6ab2ee49c1170991fba1597ae2cca1665376f171 100644
--- a/src/compiler/machine-operator.h
+++ b/src/compiler/machine-operator.h
@@ -373,11 +373,13 @@ class MachineOperatorBuilder final : public ZoneObject {
const OptionalOperator Float64Neg();
// Floating point trigonometric functions (double-precision).
+ const Operator* Float64Acos();
+ const Operator* Float64Acosh();
+ const Operator* Float64Asin();
+ const Operator* Float64Asinh();
const Operator* Float64Atan();
const Operator* Float64Atan2();
const Operator* Float64Atanh();
-
- // Floating point trigonometric functions (double-precision).
const Operator* Float64Cos();
const Operator* Float64Cosh();
const Operator* Float64Sin();

Powered by Google App Engine
This is Rietveld 408576698