Mojo module
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.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!