Operations
Construction, arithmetic, reductions, and bitwise operations
The core operations available on magetypes vectors. All examples use the generic pattern — a function bounded by the appropriate backend trait. See Getting Started if you need setup help.
- Construction & Extraction —
from_array,splat,zero,load,to_array,store,extract - Arithmetic & Comparisons — Operators, FMA, comparisons, blend, min/max, abs
- Reductions —
reduce_add,reduce_max,reduce_min - Integer & Bitwise — Bitwise operators, shifts, cross-platform portability notes