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

[SIMD] Switch multirhstest.cc to the new interface.

parent d76d2017
No related branches found
No related tags found
1 merge request!142Port ISTL to the new SIMD interface
Pipeline #
......@@ -21,7 +21,9 @@
#include <dune/common/debugalign.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/simd.hh>
#if HAVE_VC
#include <dune/common/simd/vc.hh>
#endif
#include <dune/common/timer.hh>
#include <dune/istl/istlexception.hh>
#include <dune/istl/basearray.hh>
......@@ -116,7 +118,7 @@ template<typename FT>
void test_all(unsigned int Runs = 1)
{
// define Types
typedef typename Dune::SimdScalarTypeTraits<FT>::type MT;
typedef typename Dune::Simd::Scalar<FT> MT;
typedef Dune::FieldVector<FT,1> VB;
typedef Dune::FieldMatrix<MT,1,1> MB;
typedef Dune::AlignedAllocator<VB> AllocV;
......
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