In the previous article on auto-vectorization we looked at the different SIMD instruction set families on X86-64. We saw how he target-feature compiler flag and #[target_feature()] attribute gave us more control over the instructions used in the generated... (more…)
Read more »
Want to program your microcontroller in Rust but your microcontroller vendor
doesnβt provide a Rust HAL / SDK? No wonder. AFAIK, no vendor is betting for
Rust β¦ yet. How about binding to a C HAL? No? Donβt feel like wrestling with
bindgen and the HAL buil... (more…)
Read more »
Let's explore the future of programming languages and look at some examples:Rust: https://www.rust-lang.org/Nim: https://nim-lang.org/Vale: https://vale.dev/... (more…)
Read more »
Second talk for the first Rust Edinburgh meetup, the first Scottish meetup about the Rust programming language. Simon Brand from Codeplay Software Ltd. prese... (more…)
Read more »
Co-authored-by: Sean DuBois sean@siobud.com
Co-authored-by: DDRBoxman colin@recursivepenguin.com
First and foremost, thanks to the original author of the draft PR for webrtc Collin Edwards (DDRBoxm... (more…)
Read more »