Index: source/row_any.cc |
diff --git a/source/row_any.cc b/source/row_any.cc |
index fef7ecd9a694bcab9e33527dbb25660346a0b575..5e5f435a6fec5fb28db0611d1bcfa3f6fdd4e5cd 100644 |
--- a/source/row_any.cc |
+++ b/source/row_any.cc |
@@ -593,9 +593,6 @@ ANY11T(InterpolateRow_Any_AVX2, InterpolateRow_AVX2, 1, 1, 31) |
#ifdef HAS_INTERPOLATEROW_SSSE3 |
ANY11T(InterpolateRow_Any_SSSE3, InterpolateRow_SSSE3, 1, 1, 15) |
#endif |
-#ifdef HAS_INTERPOLATEROW_SSE2 |
-ANY11T(InterpolateRow_Any_SSE2, InterpolateRow_SSE2, 1, 1, 15) |
-#endif |
#ifdef HAS_INTERPOLATEROW_NEON |
ANY11T(InterpolateRow_Any_NEON, InterpolateRow_NEON, 1, 1, 15) |
#endif |