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

Unified Diff: src/assembler.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
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/bootstrapper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 979cf83891112896e8ea96e9b78ffa63ff57de85..2fa6f6ce9c9e82a26cb21b1b60b503cd117c5a8b 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -988,9 +988,13 @@ class ExternalReference BASE_EMBEDDED {
static ExternalReference address_of_uint32_bias();
// IEEE 754 functions.
+ static ExternalReference ieee754_acos_function(Isolate* isolate);
+ static ExternalReference ieee754_acosh_function(Isolate* isolate);
+ static ExternalReference ieee754_asin_function(Isolate* isolate);
+ static ExternalReference ieee754_asinh_function(Isolate* isolate);
static ExternalReference ieee754_atan_function(Isolate* isolate);
- static ExternalReference ieee754_atan2_function(Isolate* isolate);
static ExternalReference ieee754_atanh_function(Isolate* isolate);
+ static ExternalReference ieee754_atan2_function(Isolate* isolate);
static ExternalReference ieee754_cbrt_function(Isolate* isolate);
static ExternalReference ieee754_cos_function(Isolate* isolate);
static ExternalReference ieee754_cosh_function(Isolate* isolate);
« no previous file with comments | « no previous file | src/assembler.cc » ('j') | src/bootstrapper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698