Index: src/compiler/code-assembler.h |
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h |
index 2a00b040c7c392fce5faeec1e39bc40c40ae9e54..b6cf42aa7437a9bb8892067ac6ea0f9ba08b9ce8 100644 |
--- a/src/compiler/code-assembler.h |
+++ b/src/compiler/code-assembler.h |
@@ -106,6 +106,7 @@ class Schedule; |
V(Word64Ror) |
#define CODE_ASSEMBLER_UNARY_OP_LIST(V) \ |
+ V(Float64Log) \ |
V(Float64Neg) \ |
V(Float64Sqrt) \ |
V(Float64ExtractLowWord32) \ |