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

Unified Diff: src/compiler/arm64/instruction-scheduler-arm64.cc

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/compiler/arm64/instruction-scheduler-arm64.cc
diff --git a/src/compiler/arm64/instruction-scheduler-arm64.cc b/src/compiler/arm64/instruction-scheduler-arm64.cc
index 807055b832d3e7a606c5946f6f266a4892064095..c7368cb5730b6236017171998d921c1274d2e8ee 100644
--- a/src/compiler/arm64/instruction-scheduler-arm64.cc
+++ b/src/compiler/arm64/instruction-scheduler-arm64.cc
@@ -97,6 +97,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kArm64Float64Max:
case kArm64Float64Min:
case kArm64Float64Abs:
+ case kArm64Float64Log:
case kArm64Float64Neg:
case kArm64Float64Sqrt:
case kArm64Float64RoundDown:

Powered by Google App Engine
This is Rietveld 408576698