Rust includes handy methods on integers for SSE intrinsics, and rustc will even suggest using them! https://tmccrmck.github.io//post/rust-optimization-partii/
miniblog.
Related Posts
Finally got dynamic string allocation working in my toy compiler! https://github.com/Wilfred/proper-compiler-hat/commit/cd726f45eb0540eb54c2c3c7e0ab75a651c46a43
Implementing intrinsics made this way easier: writing a single large assembly function is a pain.
What compiler intrinsics should you provide in a parallel programming language? When do they give you an asymptotic speedup?
A fun discussion for the Futhark programming language, including the *two* big-O measures for time!
Hand Coded Assembly Beats Intrinsics in Speed and Simplicity http://t.co/wgxD32cFiN