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

Unified Diff: src/builtins.h

Issue 2102223005: [builtins] Migrate Math.hypot() to C++ builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@MathAbs
Patch Set: Do not add Math.hypot() to list of optimized functions. 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/bootstrapper.cc ('k') | src/builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins.h
diff --git a/src/builtins.h b/src/builtins.h
index c115ff0913f2fdd59201b0574fa73555a31ddf91..0ab8840d790a86ed87f7824232b6464ba3858044 100644
--- a/src/builtins.h
+++ b/src/builtins.h
@@ -120,6 +120,7 @@ class CodeStubAssembler;
V(MathAcos, BUILTIN_EXIT) \
V(MathAsin, BUILTIN_EXIT) \
V(MathFround, BUILTIN_EXIT) \
+ V(MathHypot, BUILTIN_EXIT) \
V(MathImul, BUILTIN_EXIT) \
\
V(ObjectAssign, BUILTIN_EXIT) \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698