Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 6c1b31d52db0e0a68cff2f99489f35f02619c07d..73d3a36022d9ed1d416614c86a6bf5747f52beee 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -205,6 +205,8 @@ |
| V(NumberAtan2) \ |
| V(NumberLog) \ |
| V(NumberLog1p) \ |
| + V(NumberLog2) \ |
| + V(NumberLog10) \ |
| V(NumberRound) \ |
| V(NumberSqrt) \ |
| V(NumberTrunc) \ |
| @@ -371,6 +373,8 @@ |
| V(Float64Atan2) \ |
| V(Float64Log) \ |
| V(Float64Log1p) \ |
| + V(Float64Log2) \ |
| + V(Float64Log10) \ |
| V(Float64Sqrt) \ |
| V(Float64RoundDown) \ |
| V(Float32RoundUp) \ |