For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).
vectorize
Implementations of vectorize functions.
Functions
-
vectorize: Simplifies SIMD optimized loops by mapping a function across a range from 0 tosize, incrementing bysimd_widthat each step. The remainder ofsize % simd_widthwill run in separate iterations.