Skip to content
Snippets Groups Projects
Commit e51701ef authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[vctest] Fix the compile-time memory hog.

This brings us back below 1G.
parent 304e4c29
No related branches found
No related tags found
1 merge request!193Extended SIMD interface
Pipeline #
......@@ -22,7 +22,7 @@ namespace Dune {
#cmake @endtemplate@
#cmake @template INDEX@
extern template void UnitTest::checkIndex<Vc::SimdMaskArray<@SCALAR@, @LANES@> >();
extern template void UnitTest::checkIndex<Vc::SimdArray<@SCALAR@, @LANES@> >();
extern template void UnitTest::checkMask<Vc::SimdMaskArray<@SCALAR@, @LANES@> >();
#cmake @endtemplate@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment