From 3d6049662eb3be88f294a0a88eb606d716adae16 Mon Sep 17 00:00:00 2001 From: Liset Roos Date: Wed, 16 Apr 2025 08:29:47 +0200 Subject: [PATCH] added blog about SIMD in zlib-rs --- draft/2025-04-16-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 4b25e622a..a7fde6961 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [SIMD in zlib-rs (part 1): Autovectorization and target features](https://tweedegolf.nl/en/blog/153/simd-in-zlib-rs-part-1-autovectorization-and-target-features) ### Research