Macros§
Structs§
Enums§
Traits§
- MaskOps
- Reduce
Add - Reduce
Max - Reduce
Min - Scalar
- Simd
- VAbs
- VAdd
- VBitAnd
- VBitNot
- VBitOr
- VBitXor
- VDiv
- VEq
- VMul
- VMulAdd
- VOrd
- VRecip
- VRegister
- VSub
- With
Simd
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.