Hacker News new | ask | show | jobs
by mkl 2465 days ago
The computation here is actually not done in Rust. The Rust code is performing stages of compilation of the original source code, into an intermediate representation that LLVM finishes compiling. The fully compiled code is what does the computation.
1 comments

SIMD / intrinsics?
That's part of what such compilation can do, yes.