Skip to content

Commit 2ce64ad

Browse files
committed
Add section on Fearless SIMD
1 parent 75a843c commit 2ce64ad

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

content/blog/2025-08-05-tmil-19/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,15 @@ You can follow this work at [servo#38345][].
5050

5151
### Fearless SIMD
5252

53-
<!-- TODO: Clean up this blurb -->
54-
<!-- TODO: Do we need to say "experimental" for literally everything? -->
55-
Fearless SIMD is our experimental SIMD infrastructure library, developed for Vello sparse strips.
53+
Fearless SIMD is our SIMD infrastructure library.
54+
We are developing it in concert with the Vello sparse strips renderers, particularly `vello_cpu`.
55+
56+
To support the significant Vello CPU refactor using SIMD, this month saw the addition of more methods implemented in both Neon and WebAssembly.
57+
Thanks to new contributions from Benjamin Saunders we've started on SSE 4.2 support for `x86` architectures.
5658

5759
- [fearless_simd#24][], [fearless_simd#26][], [fearless_simd#27][]: Implement all WASM SIMD methods.
58-
<!-- TODO: Any others which are relevant? -->
60+
- [fearless_simd#31][]: Introduce semantic conversion traits, by Benjamin Saunders.
61+
- [fearless_simd#42][] (not yet merged): SSE 4.2 support, by Benjamin Saunders.
5962

6063
## Masonry
6164

0 commit comments

Comments
 (0)