Index: crosstest/test_icmp_main.cpp |
diff --git a/crosstest/test_icmp_main.cpp b/crosstest/test_icmp_main.cpp |
index 401520d69d148c7b2a7a66d85896705274b0a54e..bc2833b792daf737bc290b4da13d854190416896 100644 |
--- a/crosstest/test_icmp_main.cpp |
+++ b/crosstest/test_icmp_main.cpp |
@@ -197,7 +197,7 @@ const static size_t MaxTestsPerFunc = 100000; |
template <typename TypeUnsignedLabel, typename TypeSignedLabel> |
void testsVecInt(size_t &TotalTests, size_t &Passes, size_t &Failures) { |
-#ifndef ARM32 |
+#if !defined(ARM32) && !defined(NONSFI) |
// TODO(jpp): remove this once vector support is implemented. |
typedef typename Vectors<TypeUnsignedLabel>::Ty TypeUnsigned; |
typedef typename Vectors<TypeSignedLabel>::Ty TypeSigned; |
@@ -274,7 +274,7 @@ template <typename T> bool incrementI1Vector(typename Vectors<T>::Ty &Vect) { |
template <typename T> |
void testsVecI1(size_t &TotalTests, size_t &Passes, size_t &Failures) { |
-#ifndef ARM32 |
+#if !defined(ARM32) && !defined(NONSFI) |
// TODO(jpp): remove this once vector support is implemented. |
typedef typename Vectors<T>::Ty Ty; |
typedef Ty (*FuncType)(Ty, Ty); |