Index: crosstest/test_cast_main.cpp |
diff --git a/crosstest/test_cast_main.cpp b/crosstest/test_cast_main.cpp |
index 996a0630a7dd0c90c68040077a4554cd4c67f422..964c30ea216e26100a998d10f9aadafd39f0d233 100644 |
--- a/crosstest/test_cast_main.cpp |
+++ b/crosstest/test_cast_main.cpp |
@@ -92,8 +92,6 @@ void testValue(FromType Val, size_t &TotalTests, size_t &Passes, |
template <typename FromType, typename ToType> |
void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, |
const char *FromTypeString, const char *ToTypeString) { |
-#ifndef ARM32 |
- // TODO(jpp): remove this once vector support is implemented. |
const static size_t NumElementsInType = Vectors<FromType>::NumElements; |
PRNG Index; |
static const float NegInf = -1.0 / 0.0; |
@@ -111,7 +109,6 @@ void testVector(size_t &TotalTests, size_t &Passes, size_t &Failures, |
} |
COMPARE_VEC(cast, FromType, ToType, Value, FromTypeString, ToTypeString); |
} |
-#endif // ARM32 |
} |
int main(int argc, char *argv[]) { |