Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid misaligned loads from StaticRandomData in the size [4, 8] hashi…
…ng case. (#4743) Avoid misaligned loads from StaticRandomData in the size [4, 8] hashing case. We can use aligned loads in this case for lower latency. We introduce the SampleAlignedRandomData function for this purpose.
- Loading branch information