Skip to content

Commit 0678326

Browse files
committed
Fix plural
1 parent 5484f3f commit 0678326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Some things that should be noted here:
8585
It is clear that `vello-cpu` has very impressive performance and on track to become the fastest CPU-only renderer in the Rust ecosystem!
8686
Blend2D is still the clear winner in these tests, but `vello-cpu` takes second place in many of the benchmarks, often beating other mature renderers such as Skia and Cairo.
8787
This is especially the case as the size of the geometry gets larger.
88-
Blend2D and `vello-cpu` both offer multi-threaded rendering modes (marked by the 2T/4T/8T suffices, as opposed to ST for single threaded).
88+
Blend2D and `vello-cpu` both offer multi-threaded rendering modes (marked by the 2T/4T/8T suffixes, as opposed to ST for single threaded).
8989
Vello CPU's multithreading is especially effective when drawing larger geometries with curves or when using complex paints such as gradients or patterns.
9090

9191
### Fearless SIMD

0 commit comments

Comments
 (0)