dune-common 2.9.0
|
should have a member type type
More...
#include <dune/common/simd/vc.hh>
Public Types | |
using | type = Vc::SimdArray< S, Simd::lanes< M >()> |
should have a member type type
Implements Simd::Rebind
This specialization covers
using Dune::Simd::Overloads::RebindType< S, M, std::enable_if_t< VcImpl::IsMask< M >::value &&VcImpl::IsVectorizable< S >::value &&!std::is_same< S, Scalar< typename M::Vector > >::value > >::type = Vc::SimdArray<S, Simd::lanes<M>()> |