AdamNiederer / AdamNiederer/faster
PMOVMSKB operation equivalent
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to me if there were an operation like `fn bytemask(v: T) -> usize` that set the bits of the usize to 1 where the packed vector's bytes are all 1, corresponding to the asm PMOVMSKB or VPMOVMSKB. I don't know how possible this would be for faster, but it would be nice.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.