Index: src/compiler/code-assembler.h |
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h |
index f2ed403aaafda95bec98a2c13213df38eacdc720..97a979f2e751a7cd2737038cac9eb69d80c77648 100644 |
--- a/src/compiler/code-assembler.h |
+++ b/src/compiler/code-assembler.h |
@@ -108,11 +108,14 @@ class Schedule; |
#define CODE_ASSEMBLER_UNARY_OP_LIST(V) \ |
V(Float64Atan) \ |
+ V(Float64Atanh) \ |
V(Float64Exp) \ |
+ V(Float64Expm1) \ |
V(Float64Log) \ |
V(Float64Log1p) \ |
V(Float64Log2) \ |
V(Float64Log10) \ |
+ V(Float64Cbrt) \ |
V(Float64Neg) \ |
V(Float64Sqrt) \ |
V(Float64ExtractLowWord32) \ |