Go to the documentation of this file. 1 #ifndef DUNE_COMMON_SIMD_STANDARD_HH
2 #define DUNE_COMMON_SIMD_STANDARD_HH
19 #include <type_traits>
57 template<
class V,
class>
64 template<
class S,
class,
class>
71 template<
class,
class>
117 #endif // DUNE_COMMON_SIMD_STANDARD_HH
bool anyTrue(ADLTag< 5 >, const AlignedNumber< bool, align > &mask)
Definition: debugalign.hh:530
bool anyFalse(ADLTag< 0 >, const Mask &mask)
implements Simd::anyFalse()
Definition: defaults.hh:112
S type
Definition: standard.hh:65
should be derived from a Dune::index_constant
Definition: base.hh:210
bool allFalse(ADLTag< 0 >, const Mask &mask)
implements Simd::allFalse()
Definition: defaults.hh:122
Default implementations for SIMD Implementations.
should have a member type type
Definition: base.hh:194
V type
Definition: standard.hh:58
Mask< V > mask(ADLTag< 0, std::is_same< V, Mask< V > >::value >, const V &v)
implements Simd::mask()
Definition: defaults.hh:151
std::integral_constant< std::size_t, i > index_constant
An index constant with value i.
Definition: indices.hh:28
Tag used to force late-binding lookup in Dune::Simd::Overloads.
Definition: base.hh:180
bool allTrue(ADLTag< 0 >, const Mask &mask)
implements Simd::allTrue()
Definition: defaults.hh:102
Basic definitions for SIMD Implementations.
T & lane(ADLTag< 5 >, std::size_t l, AlignedNumber< T, align > &v)
Definition: debugalign.hh:507
should have a member type type
Definition: base.hh:202
Dune namespace.
Definition: alignedallocator.hh:13