VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
|
Go to the source code of this file.
Namespaces | |
namespace | vecCore |
namespace | vecCore::backend |
namespace | vecCore::math |
Typedefs | |
using | vecCore::backend::VcScalar = VcScalarT<> |
Functions | |
template<typename T > | |
VECCORE_FORCE_INLINE bool | vecCore::MaskEmpty (const Vc::Scalar::Mask< T > &mask) |
template<typename T > | |
VECCORE_FORCE_INLINE bool | vecCore::MaskFull (const Vc::Scalar::Mask< T > &mask) |
template<typename T > | |
VECCORE_FORCE_INLINE Vc::Scalar::Mask< T > | vecCore::math::IsInf (const Vc::Scalar::Vector< T > &x) |
class vecCore::backend::VcScalarT |
Definition at line 24 of file VcScalar.h.