Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fearless_simd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading