tustvold commented on PR #2883:
URL: https://github.com/apache/arrow-rs/pull/2883#issuecomment-1279887333

   > How it can be?
   
   Because the allocation containing all the buffers is aligned to 8 bytes, and 
all the contained buffers are padded to a multiple of 8 bytes, consequently 
each buffer is at an 8 byte boundary.
   
   As mentioned on the ticket, the issue appears to be that arm requires 
16-byte alignment for i128 types, which isn't guaranteed by the standard which 
only mandates padding up to 8 bytes. As such we will need to copy the buffer to 
a new correctly aligned allocation in such a case.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to