dict: 64bit atomic operations must be 8-byte aligned.
Atomic operations on non-8 byte aligned values results in segfaults on some 32bit architectures. This aligns all 64 atomic operations as well as places compile time checks to prevent regression.
Showing
Please register or sign in to comment