Chase
Chase
MModular
Created by Chase on 1/10/2024 in #questions
Mandelbrot simd_width clarification
I'm trying to learn Mojo. In the Mandelbrot notebook (https://github.com/modularml/mojo/blob/main/examples/mandelbrot.mojo). The first block in the notebook sets the simd_width to "2 * simdwidthoffloat_type". Why is this a multiplication? Wouldn't the simd_width of the complex datatype be half the width?
1 replies