diff options
author | Erik Schnetter <schnetter@gmail.com> | 2013-06-05 23:48:59 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2013-06-05 23:48:59 -0400 |
commit | 0937d811a3fbe77a1f969b10456d97539e9fda7b (patch) | |
tree | ef318a366ad5ae377609445292bf75b6f54317c6 | |
parent | f6cd0f8e58f3d9f4d52001731e917a7df49bbd00 (diff) | |
download | vecmathlib-0937d811a3fbe77a1f969b10456d97539e9fda7b.zip vecmathlib-0937d811a3fbe77a1f969b10456d97539e9fda7b.tar.gz |
Disable tests for many vector types
-rw-r--r-- | test.cc | 62 |
1 files changed, 31 insertions, 31 deletions
@@ -1161,37 +1161,37 @@ int main(int argc, char** argv) #endif "]\n"; - vecmathlib_test<realpseudovec<float,1>>::test(); - // vecmathlib_test<realbuiltinvec<float,1>>::test(); - vecmathlib_test<realtestvec<float,1>>::test(); -#ifdef VECMATHLIB_HAVE_VEC_FLOAT_1 - vecmathlib_test<realvec<float,1>>::test(); -#endif - vecmathlib_test<realpseudovec<float,4>>::test(); - // vecmathlib_test<realbuiltinvec<float,4>>::test(); - 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(); - // vecmathlib_test<realbuiltinvec<float,8>>::test(); - vecmathlib_test<realtestvec<float,8>>::test(); - vecmathlib_test<realvec<float,8>>::test(); -#endif - - vecmathlib_test<realpseudovec<double,1>>::test(); - // vecmathlib_test<realbuiltinvec<double,1>>::test(); - 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(); - // vecmathlib_test<realbuiltinvec<double,2>>::test(); - vecmathlib_test<realtestvec<double,2>>::test(); -#ifdef VECMATHLIB_HAVE_VEC_DOUBLE_2 - vecmathlib_test<realvec<double,2>>::test(); -#endif +// vecmathlib_test<realpseudovec<float,1>>::test(); +// // vecmathlib_test<realbuiltinvec<float,1>>::test(); +// vecmathlib_test<realtestvec<float,1>>::test(); +// #ifdef VECMATHLIB_HAVE_VEC_FLOAT_1 +// vecmathlib_test<realvec<float,1>>::test(); +// #endif +// vecmathlib_test<realpseudovec<float,4>>::test(); +// // vecmathlib_test<realbuiltinvec<float,4>>::test(); +// 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(); +// // vecmathlib_test<realbuiltinvec<float,8>>::test(); +// vecmathlib_test<realtestvec<float,8>>::test(); +// vecmathlib_test<realvec<float,8>>::test(); +// #endif +// +// vecmathlib_test<realpseudovec<double,1>>::test(); +// // vecmathlib_test<realbuiltinvec<double,1>>::test(); +// 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(); +// // vecmathlib_test<realbuiltinvec<double,2>>::test(); +// 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(); // vecmathlib_test<realbuiltinvec<double,4>>::test(); |