Index: crosstest/test_fcmp_main.cpp |
diff --git a/crosstest/test_fcmp_main.cpp b/crosstest/test_fcmp_main.cpp |
index b38de31012522223a5b7566d922957b436cb6c61..1e30abfe91699ebfc2cf571232398bc7a787845d 100644 |
--- a/crosstest/test_fcmp_main.cpp |
+++ b/crosstest/test_fcmp_main.cpp |
@@ -116,6 +116,7 @@ void testsScalar(size_t &TotalTests, size_t &Passes, size_t &Failures) { |
} |
void testsVector(size_t &TotalTests, size_t &Passes, size_t &Failures) { |
+#ifndef ARM32 |
typedef v4si32 (*FuncTypeVector)(v4f32, v4f32); |
static struct { |
const char *Name; |
@@ -157,6 +158,7 @@ void testsVector(size_t &TotalTests, size_t &Passes, size_t &Failures) { |
} |
} |
} |
+#endif // ARM32 |
} |
#ifdef X8664_STACK_HACK |