summaryrefslogtreecommitdiffstats
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/test.cc b/test.cc
index 6d84877..4296f14 100644
--- a/test.cc
+++ b/test.cc
@@ -1626,57 +1626,75 @@ int main(int argc, char** argv)
<< flush;
vecmathlib_test<realpseudovec<float,1> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<float,1> >::test();
+#endif
vecmathlib_test<realtestvec<float,1> >::test();
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_1
vecmathlib_test<realvec<float,1> >::test();
#endif
vecmathlib_test<realpseudovec<float,2> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<float,2> >::test();
+#endif
vecmathlib_test<realtestvec<float,2> >::test();
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_2
vecmathlib_test<realvec<float,2> >::test();
#endif
vecmathlib_test<realpseudovec<float,4> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<float,4> >::test();
+#endif
vecmathlib_test<realtestvec<float,4> >::test();
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_4
vecmathlib_test<realvec<float,4> >::test();
#endif
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_8
vecmathlib_test<realpseudovec<float,8> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<float,8> >::test();
+#endif
vecmathlib_test<realtestvec<float,8> >::test();
vecmathlib_test<realvec<float,8> >::test();
#endif
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_16
vecmathlib_test<realpseudovec<float,16> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<float,16> >::test();
+#endif
vecmathlib_test<realtestvec<float,16> >::test();
vecmathlib_test<realvec<float,16> >::test();
#endif
vecmathlib_test<realpseudovec<double,1> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<double,1> >::test();
+#endif
vecmathlib_test<realtestvec<double,1> >::test();
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_1
vecmathlib_test<realvec<double,1> >::test();
#endif
vecmathlib_test<realpseudovec<double,2> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<double,2> >::test();
+#endif
vecmathlib_test<realtestvec<double,2> >::test();
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_2
vecmathlib_test<realvec<double,2> >::test();
#endif
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_4
vecmathlib_test<realpseudovec<double,4> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<double,4> >::test();
+#endif
vecmathlib_test<realtestvec<double,4> >::test();
vecmathlib_test<realvec<double,4> >::test();
#endif
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_8
vecmathlib_test<realpseudovec<double,8> >::test();
+#ifdef __clang__
vecmathlib_test<realbuiltinvec<double,8> >::test();
+#endif
vecmathlib_test<realtestvec<double,8> >::test();
vecmathlib_test<realvec<double,8> >::test();
#endif
OpenPOWER on IntegriCloud