VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
|
Go to the source code of this file.
Classes | |
struct | vecCore::TypeTraits< T > |
class | vecCore::backend::ScalarT< T > |
Namespaces | |
namespace | vecCore |
namespace | vecCore::backend |
Typedefs | |
using | vecCore::backend::Scalar = ScalarT<> |
Functions | |
template<> | |
VECCORE_FORCE_INLINE VECCORE_ATT_HOST_DEVICE bool | vecCore::MaskEmpty< bool > (const bool &mask) |
template<> | |
VECCORE_FORCE_INLINE VECCORE_ATT_HOST_DEVICE bool | vecCore::MaskFull< bool > (const bool &mask) |
class vecCore::backend::ScalarT |