Skip to content

Commit 00b8c06

Browse files
committed
Split sentences into lines
1 parent 92f6716 commit 00b8c06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • content/blog/2026-07-11-fearless-simd-0-6

content/blog/2026-07-11-fearless-simd-0-6/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The downclocking issue was fixed by Intel in [Ice Lake](https://en.wikipedia.org
2727
Because of that `fearless_simd` **only enables AVX-512 on Ice Lake and later** on Intel.
2828
Using Ice Lake as a baseline also gives us access to more instructions, enabling more efficient implementations of some operations.
2929

30-
We've already seen a [15% end-to-end runtime improvement](https://github.com/linebender/fearless_simd/pull/231#issuecomment-4760357890) in [Vello CPU](https://github.com/linebender/vello/tree/main/sparse_strips/vello_cpu) from enabling AVX-512 compared to the previous AVX2 path. This was measured on Zen 4, which only has 256-bit execution units; the gains on CPUs with native 512-bit vectors are likely greater. And it was achieved without any code changes, simply by upgrading fearless_simd from v0.5 to v0.6.
30+
We've already seen a [15% end-to-end runtime improvement](https://github.com/linebender/fearless_simd/pull/231#issuecomment-4760357890) in [Vello CPU](https://github.com/linebender/vello/tree/main/sparse_strips/vello_cpu) from enabling AVX-512 compared to the previous AVX2 path.
31+
This was measured on AMD Zen 4, which only has 256-bit execution units; the gains on CPUs with native 512-bit vectors are likely greater. And it was achieved without any code changes, simply by upgrading fearless_simd from v0.5 to v0.6.
3132

3233
## Why not AVX-512
3334

0 commit comments

Comments
 (0)