> ... Part of this comes from auto-vectorization: the Rust compiler generates SIMD instructions automatically from a regular for loop, while most C implementations require hand-written SIMD...
I understand that their compiler in Rust is better. And any other language could compile it using the same SIMD instructions.