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

Unified Diff: src/compiler/arm/instruction-scheduler-arm.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/arm/instruction-scheduler-arm.cc
diff --git a/src/compiler/arm/instruction-scheduler-arm.cc b/src/compiler/arm/instruction-scheduler-arm.cc
index ec28b721980a051eb7ca17e19e7e01bb8be7d6d0..2ad19a3e4ad611491404212e781405360d1c9a2f 100644
--- a/src/compiler/arm/instruction-scheduler-arm.cc
+++ b/src/compiler/arm/instruction-scheduler-arm.cc
@@ -73,6 +73,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kArmVdivF64:
case kArmVmodF64:
case kArmVabsF64:
+ case kArmVlogF64:
case kArmVnegF64:
case kArmVsqrtF64:
case kArmVrintmF32:

Powered by Google App Engine
This is Rietveld 408576698