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
NB: This can just be t.addr() & (mem::align_of::<U>() - 1) == 0. If you want to micro-optimize (you might not) then that might give slightly better codegen since we know mem::align_of always returns a power of two.
This issue tracks potential opportunities for optimization.
zerocopy/src/lib.rs
Line 2048 in 8201cbf
The text was updated successfully, but these errors were encountered: