File tree Expand file tree Collapse file tree
content/blog/2025-08-05-tmil-19 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments