6 ms·
A bit of a nitpick, but from the article: "A low-level language for such processors would have native vector types of arbitrary lengths." Mojo has exactly this
by CalmDream 9d ago
A bit of a nitpick, but from the article: "A low-level language for such processors would have native vector types of arbitrary lengths."
Mojo has exactly this with the SIMD struct: https://mojolang.org/nightly/docs/std/builtin/simd/SIMD/ https://mojolang.org/nightly/docs/std/builtin/simd/SIMD/