Macros§
Structs§
Enums§
Traits§
Functions§
- vload⚠
- Load a vector from an aligned element pointer. Must be aligned to the whole vector.
- vload_
high ⚠ - Load the upper half of a vector from an unaligned element pointer.
- vload_
low ⚠ - Load the lower half of a vector from an unaligned element pointer.
- vload_
unaligned ⚠ - Load a vector from an unaligned element pointer.
- vstore⚠
- Store the lower half of a vector to an aligned element pointer. Must be aligned to the whole vector.
- vstore_
high ⚠ - Store the upper half of a vector to an unaligned element pointer.
- vstore_
low ⚠ - Store the upper half of a vector to an unaligned element pointer.
- vstore_
unaligned ⚠ - Store the upper half of a vector to an unaligned element pointer.