diff options
Diffstat (limited to 'test.cc')
-rw-r--r-- | test.cc | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -1617,57 +1617,57 @@ int main(int argc, char** argv) << flush; vecmathlib_test<realpseudovec<float,1> >::test(); - // vecmathlib_test<realbuiltinvec<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,2> >::test(); - // vecmathlib_test<realbuiltinvec<float,2> >::test(); + vecmathlib_test<realbuiltinvec<float,2> >::test(); 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(); - // vecmathlib_test<realbuiltinvec<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<realbuiltinvec<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<realbuiltinvec<float,16> >::test(); + vecmathlib_test<realbuiltinvec<float,16> >::test(); vecmathlib_test<realtestvec<float,16> >::test(); vecmathlib_test<realvec<float,16> >::test(); #endif vecmathlib_test<realpseudovec<double,1> >::test(); - // vecmathlib_test<realbuiltinvec<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<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(); + vecmathlib_test<realbuiltinvec<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<realbuiltinvec<double,8> >::test(); + vecmathlib_test<realbuiltinvec<double,8> >::test(); vecmathlib_test<realtestvec<double,8> >::test(); vecmathlib_test<realvec<double,8> >::test(); #endif |