Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index d4c5c6b2275711d76c678cba4e8a4539ee820e53..9604a2a79ff6545b207de37ea6d24ba45ab3dfc4 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -694,6 +694,7 @@ namespace internal { |
| F(ConstructDouble, 2, 1) \ |
| F(DoubleHi, 1, 1) \ |
| F(DoubleLo, 1, 1) \ |
| + F(MathClz32, 1, 1) \ |
| F(MathFloor, 1, 1) \ |
| F(MathSqrt, 1, 1) \ |
| F(MathLogRT, 1, 1) \ |