3#ifndef DUNE_COMMON_SIMD_STANDARD_HH
4#define DUNE_COMMON_SIMD_STANDARD_HH
59 template<
class V,
class>
66 template<
class S,
class,
class>
73 template<
class,
class>
Default implementations for SIMD Implementations.
Basic definitions for SIMD Implementations.
std::integral_constant< std::size_t, i > index_constant
An index constant with value i.
Definition: indices.hh:30
Mask< V > mask(ADLTag< 0, std::is_same< V, Mask< V > >::value >, const V &v)
implements Simd::mask()
Definition: defaults.hh:153
bool allFalse(ADLTag< 0 >, const Mask &mask)
implements Simd::allFalse()
Definition: defaults.hh:124
bool allTrue(ADLTag< 0 >, const Mask &mask)
implements Simd::allTrue()
Definition: defaults.hh:104
bool anyFalse(ADLTag< 0 >, const Mask &mask)
implements Simd::anyFalse()
Definition: defaults.hh:114
Dune namespace.
Definition: alignedallocator.hh:13
bool anyTrue(ADLTag< 5 >, const AlignedNumber< bool, align > &mask)
Definition: debugalign.hh:543
T & lane(ADLTag< 5 >, std::size_t l, AlignedNumber< T, align > &v)
Definition: debugalign.hh:520
Tag used to force late-binding lookup in Dune::Simd::Overloads.
Definition: base.hh:182
should have a member type type
Definition: standard.hh:60
V type
Definition: standard.hh:60
should have a member type type
Definition: standard.hh:67
S type
Definition: standard.hh:67
should be derived from a Dune::index_constant
Definition: standard.hh:74