![]() |
ROOT
6.06/08
Reference Guide
|
Public Types | |
| enum | AlignmentCalculations { Alignment = V::Size, AlignmentMask = Alignment - 1, MaskedSize = Size & AlignmentMask, Padding = Alignment - MaskedSize, PaddedSize = MaskedSize == 0 ? Size : Size + Padding } |
#include </builddir/build/BUILD/root-6.06.08/math/vc/include/Vc/common/memory.h>
| enum ROOT::Vc::_MemorySizeCalculation::AlignmentCalculations |