Remix.run Logo
nicoburns 4 days ago

That doesn't seem to have been an issue for recent new CPU architectures. RISC-V has excellent Rust support for example.

camel-cdr 4 days ago | parent [-]

Not really. Rust still doesn't support Arm SVE or RVV intrinsics.

nicoburns 4 days ago | parent | next [-]

I suppose so. I'd see that as more of a missing Rust language feature (SIMD support is still immature) rather than a platform support issue though.

pjmlp 3 days ago | parent | prev [-]

Neither does C, the regular ISO C as defined by WG14.