Skip to content

Commit 33e9d87

Browse files
authored
Mention fearless_simd in the list of projects (#145)
I don't really care about the wording so feel free to change the blurb. I just want the project mentioned.
1 parent 32e1614 commit 33e9d87

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ Below is a list of the main Linebender projects, and a short description of each
3737
It turns out that a series of cubic Bézier curves can be used to approximate any smooth curve with a very high degree of accuracy, compared to the number of curves required.
3838
They are also relatively easy to work with, and form the basis of the approach to curve rendering used in Vello.
3939

40+
- [`fearless_simd`][fearless_simd] - Safer and easier SIMD.
41+
42+
fearless_simd provides provides safe APIs for everything you need for SIMD: function multiversioning, portable SIMD abstractions, and safe access to platform-specific intrinsics.
43+
It has very little unsafe code under the hood, making fearless_simd easy to audit and adopt.
44+
4045
- [`color`][color] - Manipulate and represent colors.
4146

4247
Color provides functionality for representing, converting, parsing, serializing, and manipulating colors in a variety of color spaces.
@@ -156,3 +161,4 @@ Below is a list of the main Linebender projects, and a short description of each
156161
[`cosmic-text`]: https://github.com/pop-os/cosmic-text
157162
[linebender.github.io]: https://github.com/linebender/linebender.github.io
158163
[CSS Color Level 4]: https://www.w3.org/TR/css-color-4/
164+
[fearless_simd]: https://github.com/linebender/fearless_simd

0 commit comments

Comments
 (0)