Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index c1f72bb2b8ee4a5961585a06b115c31286cc755e..97e9e692e67bdcace2632fac6632a7ea6a1f1aa9 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -685,7 +685,6 @@ namespace internal { |
F(Uint32x4Not, 1, 1) \ |
F(Uint32x4ShiftLeftByScalar, 2, 1) \ |
F(Uint32x4ShiftRightByScalar, 2, 1) \ |
- F(Uint32x4HorizontalSum, 1, 1) \ |
F(Uint32x4Equal, 2, 1) \ |
F(Uint32x4NotEqual, 2, 1) \ |
F(Uint32x4LessThan, 2, 1) \ |
@@ -773,9 +772,6 @@ namespace internal { |
F(Uint16x8Not, 1, 1) \ |
F(Uint16x8ShiftLeftByScalar, 2, 1) \ |
F(Uint16x8ShiftRightByScalar, 2, 1) \ |
- F(Uint16x8HorizontalSum, 1, 1) \ |
- F(Uint16x8AbsoluteDifference, 2, 1) \ |
- F(Uint16x8WidenedAbsoluteDifference, 2, 1) \ |
F(Uint16x8Equal, 2, 1) \ |
F(Uint16x8NotEqual, 2, 1) \ |
F(Uint16x8LessThan, 2, 1) \ |
@@ -856,9 +852,6 @@ namespace internal { |
F(Uint8x16Not, 1, 1) \ |
F(Uint8x16ShiftLeftByScalar, 2, 1) \ |
F(Uint8x16ShiftRightByScalar, 2, 1) \ |
- F(Uint8x16HorizontalSum, 1, 1) \ |
- F(Uint8x16AbsoluteDifference, 2, 1) \ |
- F(Uint8x16WidenedAbsoluteDifference, 2, 1) \ |
F(Uint8x16Equal, 2, 1) \ |
F(Uint8x16NotEqual, 2, 1) \ |
F(Uint8x16LessThan, 2, 1) \ |