Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0e4beba
Add basic triagebot configuration
Urgau Jan 29, 2026
bad7930
Merge pull request #504 from Urgau/triagebot-config
calebzulawski Jan 29, 2026
01f91e4
Add `Select` and `ToBytes` to prelude
okaneco Feb 7, 2026
e797bc7
Merge pull request #506 from okaneco/prelude
programmerjake Feb 8, 2026
a8af194
docs(simd): fix `load_select_or_default` documentation
b01o Feb 8, 2026
08aa04d
show both kinds of masking-out elements in the example
b01o Feb 8, 2026
81dcf4c
more clear example
b01o Feb 8, 2026
b6a0170
Merge pull request #507 from b01o/fix-doc-simd-load-select-or-default
programmerjake Feb 8, 2026
af51712
Fix typos in documentation
him2him2 Feb 10, 2026
b8bef67
Merge pull request #508 from him2him2/fix-typos
programmerjake Feb 10, 2026
e66819d
Add round_ties_even to StdFloat trait
zRedShift Feb 21, 2026
dc5ab0d
update `proptest` from `0.10` to `1.0`
folkertdev Mar 14, 2026
5c37faf
Add tests for `Mask::first_set`
Kmeakin Mar 14, 2026
b99b62c
Optimize `Mask::first_set`
Kmeakin Mar 14, 2026
7d6df68
Merge pull request #511 from folkertdev/update-proptest
calebzulawski Mar 14, 2026
3bc9bcf
Merge pull request #512 from Kmeakin/km/simd-first-set
calebzulawski Mar 14, 2026
99e9d40
Merge pull request #510 from zRedShift/add-round-ties-even
calebzulawski Mar 15, 2026
ed150fb
bump toolchain to `nightly-2026-03-18`
folkertdev Mar 18, 2026
0c17257
Merge pull request #514 from folkertdev/toolchain-bump
calebzulawski Mar 19, 2026
8ada24a
Add support for Hexagon HVX (#509)
androm3da Mar 27, 2026
0557e34
Add `f16` vector support (#513)
folkertdev Apr 11, 2026
aa656a9
Merge commit '0557e3478104037c76c2e5be7ea21e56ebbaff6e' into sync-fro…
folkertdev Apr 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/portable-simd/.github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For a given vector math operation on TxN, please add tests for interactions with
- [ ] 0


For a given vector math operation on TxN where T is a float, please add tests for test interactions with:
For a given vector math operation on TxN where T is a float, please add tests for interactions with:
- [ ] a really large number, larger than the mantissa
- [ ] a really small "subnormal" number
- [ ] NaN
Expand Down
Loading
Loading