-
Notifications
You must be signed in to change notification settings - Fork 8
This Month in Linebender, September 2025 #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
## Fearless SIMD | ||
|
||
Fearless SIMD is our SIMD infrastructure library. | ||
It provides a solid way for writing SIMD operations portably across WASM, Aarch64, x86, and x86_64. | ||
The improvements we made in September include: | ||
|
||
- [fearless_simd##75][]: Introduce int-from-mask conversion. | ||
- [fearless_simd#76][]: Add `SimdBase::witness`, allowing access to the `Simd` implementation from vector types. | ||
- [fearless_simd#79][],[fearless_simd#86][]: Improved bitshifting support. | ||
- [fearless_simd#80][]: Implement assignment operators (`+=`, etc.). | ||
- [fearless_simd#88][]: Adopt FMA semantics to match `std`. | ||
- [fearless_simd#91][]: Unary integer negation. | ||
- [fearless_simd#96][]: Expression-oriented dispatch macro. | ||
|
||
We look forward to seeing ecosystem use cases develop. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @Ralith let me know if I've missed anything important (from https://github.com/linebender/fearless_simd/pulls?q=updated%3A%3E%3D2025-09-01+-created%3A%3E%3D2025-10-01+-merged%3A%3E%3D2025-10-01+sort%3Acreated-asc+)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introduce int-from-mask conversion
This was reverted in favor of more general bitcasting in linebender/fearless_simd#81.
Seems fine otherwise, unless we're trying to call out every little filled-in gap.
Added gradient screenshot, filled in Xilem sections.
Currently only a stub. I plan to get the first pass of content today.
I've set a target date of the 6th, as I'm away after then (see #chatter > Graphite Community Meetup)