From 37dfff5242b1e951c53ae288d0ed3ec2753ccc2f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 15 Aug 2026 14:46:51 -0700 Subject: [PATCH] Fix example link in readme Fixes #326 Signed-off-by: David Anderson --- fearless_simd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fearless_simd/README.md b/fearless_simd/README.md index f6d8e2cc..f07d3038 100644 --- a/fearless_simd/README.md +++ b/fearless_simd/README.md @@ -206,7 +206,7 @@ Note that later extensions can be beneficial even if you are only using 128-bit AVX2 and AVX-512 provide more efficient instructions for some operations, and AVX-512 also more than doubles the number of vector registers of all sizes. -You can also [disable certain instruction sets for select functions](https://github.com/linebender/fearless_simd/blob/main/fearless_simd/examples/sigmoid.rs) +You can also [disable certain instruction sets for select functions](https://github.com/linebender/fearless_simd/blob/main/fearless_simd/examples/disable_avx2_for_one_function.rs) without disabling them globally. ## Feature Flags