Expand description
Alignment helpers.
Structs§
- Aligned
- Aligns a value to another type’s alignment.
Functions§
- allocate_
aligned_ slice - Allocate a boxed slice of
count
T
s aligned to theAlignTo
type. - allocate_
max_ aligned_ slice - Allocate a boxed slice of scalars with maximum possible vector alignment for a particular scalar on the current architecture.
Type Aliases§
- MaxAligned
- Aligns a type to the maximum possible vector alignment for a particular scalar on the current architecture.