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

Unified Diff: src/runtime/runtime.h

Issue 2029413005: [builtins] Migrate Math.log to TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix typo. 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/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 0e1e27609c512ef8dd589630dbf3f3139cbf4c32..90d374f332b64e546aaafe57e1a59a88304d0643 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -351,7 +351,6 @@ namespace internal {
#define FOR_EACH_INTRINSIC_MATHS(F) \
- F(MathLogRT, 1, 1) \
F(DoubleHi, 1, 1) \
F(DoubleLo, 1, 1) \
F(ConstructDouble, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698