Skip to main content

Mojo module

vectorize

Implementations of vectorize functions.

Functions

  • vectorize: Simplifies SIMD optimized loops by mapping a function across a range from 0 to size, incrementing by simd_width at each step. The remainder of size % simd_width will run in separate iterations.

Was this page helpful?