You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get array items aligned to 8 bytes? Since all the items are pointers, without 8 byte alignment ubsan complains about "load of misaligned address". I tried -D HXCPP_ALIGN_ALLOC but it didn't help. I still often get memory addresses for array->getBase() divisible by 4 but not 8 and then ubsan complains.
The text was updated successfully, but these errors were encountered:
How can I get array items aligned to 8 bytes? Since all the items are pointers, without 8 byte alignment ubsan complains about "load of misaligned address". I tried
-D HXCPP_ALIGN_ALLOC
but it didn't help. I still often get memory addresses forarray->getBase()
divisible by 4 but not 8 and then ubsan complains.The text was updated successfully, but these errors were encountered: