Remix.run Logo
gf000 an hour ago

> that C can express that Rust cannot

The reverse is probably more true, though. Rust has native SIMD support for example, while in standard C there is no way to express that.

'C is not a low-level language' is a great blog post about the topic.

kristianp an hour ago | parent [-]

So use the fairly common SIMD extensions in C, that's not much of an argument.