You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/2026-07-11-fearless-simd-0-6/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ Because of that `fearless_simd` **only enables AVX-512 on Ice Lake and later** o
28
28
Using Ice Lake as a baseline also gives us access to more instructions, enabling more efficient implementations of some operations.
29
29
30
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.
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.
0 commit comments