Please actually read the Mojo code. It is full of complex hand-optimized simd instructions.
By comparison, the simd-optimized Julia code (especially the first version) is significantly more elegant and transparent.
Impressively, the ComplexSIMD Julia class was defined in a few simple lines, from scratch. I wonder what the, apparently built-in, complex simd functionality in Mojo looks like under the hood.
By comparison, the simd-optimized Julia code (especially the first version) is significantly more elegant and transparent.
Impressively, the ComplexSIMD Julia class was defined in a few simple lines, from scratch. I wonder what the, apparently built-in, complex simd functionality in Mojo looks like under the hood.