Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 18cd9e1506e5106e501efa8e6f98f2ce48b26e49..e79e911c9e21a7232c7a65d875d04f4a295ddc35 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -249,6 +249,7 @@ |
V(Float32Div) \ |
V(Float32Max) \ |
V(Float32Min) \ |
+ V(Float32Abs) \ |
V(Float32Sqrt) \ |
V(Float64Add) \ |
V(Float64Sub) \ |
@@ -257,6 +258,7 @@ |
V(Float64Mod) \ |
V(Float64Max) \ |
V(Float64Min) \ |
+ V(Float64Abs) \ |
V(Float64Sqrt) \ |
V(Float64RoundDown) \ |
V(Float64RoundTruncate) \ |