Explore >> Select a destination


You are here

lemire.me
| | ashvardanian.com
3.5 parsecs away

Travel
| | David Patterson had recently mentioned that (rephrasing): The programmers may benefit from using complex instruction sets directly, but it is increasingly challenging for compilers to automatically generate them in the right spots. In the last 3-4 years I gave a bunch of talks on the intricacies of SIMD programming, highlighting the divergence in hardware and software design in the past ten years. Chips are becoming bigger and more complicated to add more functionality, but the general-purpose compilers like GCC, LLVM, MSVC and ICC cannot keep up with the pace. Hardly any developer codes in Assembly today, hoping that the compiler will do the heavy lifting.
| | www.thanassis.space
4.2 parsecs away

Travel
| | Optimizing code for the European Space Agency
| | huonw.github.io
2.5 parsecs away

Travel
| | An overview of my work on improving SIMD in Rust.
| | limpet.net
17.5 parsecs away

Travel
| [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.