Skip to content
Snippets Groups Projects
Commit 147dfdd2 authored by Jö Fahlke's avatar Jö Fahlke Committed by Christian Engwer
Browse files

[multirhstest] Check with AlignedNumber.

This means alignment errors should fail the test even when Vc is not
available.
parent eae6d17e
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
#include <sys/times.h> // for timing measurements
#include <dune/common/classname.hh>
#include <dune/common/debugalign.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/simd.hh>
......@@ -176,6 +177,9 @@ int main (int argc, char ** argv)
{
test_all<float>();
test_all<double>();
test_all<Dune::AlignedNumber<double> >();
#if HAVE_VC
test_all<Vc::float_v>();
test_all<Vc::double_v>();
......
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