Commit 5863a9f
ARROW-4488: [Rust] From AsRef<[u8]> for Buffer does not ensure correct 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 <paddyhoran@hotmail.com>
Closes apache#3568 from paddyhoran/asref-padding and squashes the following commits:
05cb0e9 <Paddy Horan> Ensures padding to a multiple of 64 bytes1 parent 842fdd8 commit 5863a9f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments