Skip to content

Commit 4cb1838

Browse files
committed
Split sentences into more lines
1 parent 00b8c06 commit 4cb1838

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
@@ -28,7 +28,8 @@ Because of that `fearless_simd` **only enables AVX-512 on Ice Lake and later** o
2828
Using Ice Lake as a baseline also gives us access to more instructions, enabling more efficient implementations of some operations.
2929

3030
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.
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.
32+
And it was achieved without any code changes, simply by upgrading fearless_simd from v0.5 to v0.6.
3233

3334
## Why not AVX-512
3435

0 commit comments

Comments
 (0)