|
enum | { DstIsAligned = Derived::Flags & AlignedBit,
DstHasDirectAccess = Derived::Flags & DirectAccessBit,
SrcIsAligned = OtherDerived::Flags & AlignedBit,
JointAlignment = bool(DstIsAligned) && bool(SrcIsAligned) ? Aligned : Unaligned
} |
|
enum | { Traversal,
Vectorized
} |
|
enum | { Unrolling
} |
|
The documentation for this struct was generated from the following file: