Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 785c4e746cef6b17f8462c489511af399397b6c8..8e0fd0d460ea2d88f998cc18c4cc65ddb5021ac8 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -470,6 +470,8 @@ namespace internal { |
F(ToName, 1, 1) \ |
F(Equals, 2, 1) \ |
F(StrictEquals, 2, 1) \ |
+ F(SameValue, 2, 1) \ |
+ F(SameValueZero, 2, 1) \ |
F(Compare, 3, 1) \ |
F(Compare_Strong, 3, 1) \ |
F(InstanceOf, 2, 1) \ |
@@ -566,8 +568,6 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_SIMD(F) \ |
F(IsSimdValue, 1, 1) \ |
- F(SimdSameValue, 2, 1) \ |
- F(SimdSameValueZero, 2, 1) \ |
F(CreateFloat32x4, 4, 1) \ |
F(CreateInt32x4, 4, 1) \ |
F(CreateUint32x4, 4, 1) \ |