| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index d2dc1eb439e8f6bab147eee702000a078773a82c..130afadc1bf7594a71204e4ddd74eaae3b0188a4 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -7907,7 +7907,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);
|
|
|