Skip to main content

Crate macerator

Crate macerator 

Source

Macros§

feature_detected

Structs§

Mask
Vector

Enums§

Arch

Traits§

MaskOps
ReduceAdd
ReduceMax
ReduceMin
Scalar
Simd
VAbs
VAdd
VBitAnd
VBitNot
VBitOr
VBitXor
VDiv
VEq
VMul
VMulAdd
VOrd
VRecip
VRegister
VSub
WithSimd

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.

Attribute Macros§

with_simd