Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-4488: [Rust] From AsRef<[u8]> for Buffer does not ensure correc…
…t padding Padding for all memory allocations needs to be a multiple of 64 bytes to make SIMD implementations easier and more efficient to implement. Author: Paddy Horan <[email protected]> Closes apache#3568 from paddyhoran/asref-padding and squashes the following commits: 05cb0e9 <Paddy Horan> Ensures padding to a multiple of 64 bytes
- Loading branch information