ROOT
6.06/09
Reference Guide
|
Public Types | |
enum | Constants { Size = sizeof(VectorType) / sizeof(EntryType), HasVectorDivision = !IsInteger<T>::Value } |
typedef VectorTypeHelper< T >::Type | VectorType |
typedef DetermineEntryType< T >::Type | EntryType |
typedef DetermineMask< T, Size >::Type | MaskType |
typedef DetermineGatherMask< MaskType >::Type | GatherMaskType |
typedef Vector< typename IndexTypeHelper< Size >::Type > | IndexType |
typedef Common::VectorMemoryUnion< VectorType, EntryType > | StorageType |
typedef DetermineEntryType<T>::Type ROOT::Vc::SSE::VectorTraits< T >::EntryType |
typedef DetermineGatherMask<MaskType>::Type ROOT::Vc::SSE::VectorTraits< T >::GatherMaskType |
typedef Vector<typename IndexTypeHelper<Size>::Type> ROOT::Vc::SSE::VectorTraits< T >::IndexType |
typedef DetermineMask<T, Size>::Type ROOT::Vc::SSE::VectorTraits< T >::MaskType |
typedef Common::VectorMemoryUnion<VectorType, EntryType> ROOT::Vc::SSE::VectorTraits< T >::StorageType |
typedef VectorTypeHelper<T>::Type ROOT::Vc::SSE::VectorTraits< T >::VectorType |
enum ROOT::Vc::SSE::VectorTraits::Constants |