Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify _mm256_shuffle_epi8 documentation (rust-lang#990)
The old documentation seemed to suggest that the low 4 bits of bytes in `b` would index into the 32-element array `a`. That's not quite right and you'd need 5 bits to index 32 elements.
- Loading branch information