Skip to content
Snippets Groups Projects
Commit ea3a24ca authored by Christian Engwer's avatar Christian Engwer
Browse files

[test] changes in Vc force us (atm) to skip any mixed-precision tests

parent dd48435b
Branches
Tags
1 merge request!17Feature/simd for multi rhs
......@@ -147,7 +147,7 @@ int main (int argc, char ** argv)
test_all<float>();
test_all<double>();
#if HAVE_VC
test_all<Vc::float_v>();
// test_all<Vc::float_v>();
test_all<Vc::double_v>();
test_all<Vc::Vector<double, Vc::VectorAbi::Scalar>>();
test_all<Vc::SimdArray<double,2>>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment