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< V >()> |
should have a member type type
Implements Simd::Rebind
This specialization covers
using Dune::Simd::Overloads::RebindType< S, V, std::enable_if_t< VcImpl::IsVector< V >::value &&!VcImpl::IsMask< V >::value &&VcImpl::IsVectorizable< S >::value &&!std::is_same< S, Scalar< V > >::value > >::type = Vc::SimdArray<S, Simd::lanes<V>()> |