summaryrefslogtreecommitdiffstats
path: root/selftest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cc')
-rw-r--r--selftest.cc72
1 files changed, 36 insertions, 36 deletions
diff --git a/selftest.cc b/selftest.cc
index 334d95f..5e1a943 100644
--- a/selftest.cc
+++ b/selftest.cc
@@ -1638,78 +1638,78 @@ int main(int argc, char **argv) {
cout << "Testing math functions:\n"
<< "[" VECMATHLIB_CONFIGURATION "]\n" << flush;
- vecmathlib_test<realpseudovec<float, 1>>::test();
+ vecmathlib_test<realpseudovec<float, 1> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<float, 1>>::test();
+ vecmathlib_test<realbuiltinvec<float, 1> >::test();
#endif
- vecmathlib_test<realtestvec<float, 1>>::test();
+ vecmathlib_test<realtestvec<float, 1> >::test();
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_1
- vecmathlib_test<realvec<float, 1>>::test();
+ vecmathlib_test<realvec<float, 1> >::test();
#endif
- vecmathlib_test<realpseudovec<float, 2>>::test();
+ vecmathlib_test<realpseudovec<float, 2> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<float, 2>>::test();
+ vecmathlib_test<realbuiltinvec<float, 2> >::test();
#endif
- vecmathlib_test<realtestvec<float, 2>>::test();
+ vecmathlib_test<realtestvec<float, 2> >::test();
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_2
- vecmathlib_test<realvec<float, 2>>::test();
+ vecmathlib_test<realvec<float, 2> >::test();
#endif
- vecmathlib_test<realpseudovec<float, 4>>::test();
+ vecmathlib_test<realpseudovec<float, 4> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<float, 4>>::test();
+ vecmathlib_test<realbuiltinvec<float, 4> >::test();
#endif
- vecmathlib_test<realtestvec<float, 4>>::test();
+ vecmathlib_test<realtestvec<float, 4> >::test();
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_4
- vecmathlib_test<realvec<float, 4>>::test();
+ vecmathlib_test<realvec<float, 4> >::test();
#endif
#ifdef VECMATHLIB_HAVE_VEC_FLOAT_8
- vecmathlib_test<realpseudovec<float, 8>>::test();
+ vecmathlib_test<realpseudovec<float, 8> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<float, 8>>::test();
+ vecmathlib_test<realbuiltinvec<float, 8> >::test();
#endif
- vecmathlib_test<realtestvec<float, 8>>::test();
- vecmathlib_test<realvec<float, 8>>::test();
+ 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();
+ vecmathlib_test<realpseudovec<float, 16> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<float, 16>>::test();
+ vecmathlib_test<realbuiltinvec<float, 16> >::test();
#endif
- vecmathlib_test<realtestvec<float, 16>>::test();
- vecmathlib_test<realvec<float, 16>>::test();
+ vecmathlib_test<realtestvec<float, 16> >::test();
+ vecmathlib_test<realvec<float, 16> >::test();
#endif
- vecmathlib_test<realpseudovec<double, 1>>::test();
+ vecmathlib_test<realpseudovec<double, 1> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<double, 1>>::test();
+ vecmathlib_test<realbuiltinvec<double, 1> >::test();
#endif
- vecmathlib_test<realtestvec<double, 1>>::test();
+ vecmathlib_test<realtestvec<double, 1> >::test();
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_1
- vecmathlib_test<realvec<double, 1>>::test();
+ vecmathlib_test<realvec<double, 1> >::test();
#endif
- vecmathlib_test<realpseudovec<double, 2>>::test();
+ vecmathlib_test<realpseudovec<double, 2> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<double, 2>>::test();
+ vecmathlib_test<realbuiltinvec<double, 2> >::test();
#endif
- vecmathlib_test<realtestvec<double, 2>>::test();
+ vecmathlib_test<realtestvec<double, 2> >::test();
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_2
- vecmathlib_test<realvec<double, 2>>::test();
+ vecmathlib_test<realvec<double, 2> >::test();
#endif
#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_4
- vecmathlib_test<realpseudovec<double, 4>>::test();
+ vecmathlib_test<realpseudovec<double, 4> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<double, 4>>::test();
+ vecmathlib_test<realbuiltinvec<double, 4> >::test();
#endif
- vecmathlib_test<realtestvec<double, 4>>::test();
- vecmathlib_test<realvec<double, 4>>::test();
+ 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();
+ vecmathlib_test<realpseudovec<double, 8> >::test();
#ifdef __clang__
- vecmathlib_test<realbuiltinvec<double, 8>>::test();
+ vecmathlib_test<realbuiltinvec<double, 8> >::test();
#endif
- vecmathlib_test<realtestvec<double, 8>>::test();
- vecmathlib_test<realvec<double, 8>>::test();
+ vecmathlib_test<realtestvec<double, 8> >::test();
+ vecmathlib_test<realvec<double, 8> >::test();
#endif
cout << "\n";
OpenPOWER on IntegriCloud