| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index b82d377f71fda4040cdcb5784c0f14744a64f42b..c34a103a6971f5d451effdb2e5917d0e35535e60 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -7891,7 +7891,7 @@ RUNTIME_FUNCTION(Runtime_MathFloor) {
|
|
|
|
|
| // Slow version of Math.pow. We check for fast paths for special cases.
|
| -// Used if SSE2/VFP3 is not available.
|
| +// Used if VFP3 is not available.
|
| RUNTIME_FUNCTION(RuntimeHidden_MathPowSlow) {
|
| HandleScope scope(isolate);
|
| ASSERT(args.length() == 2);
|
|
|