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
Why? At least on NetBSD it's implemented using uint32's. That said, I can't imagine how a struct containing uint64_t[2], uint32_t[4] or uint8_t[16] would work differently (alignment constraint?).
Well know it works fine, but its nice to use 64 bit if thats how it is defined (which it is on 64 bit Linux and I think Freebsd) so it matches up better...
needs 64 bit bitops though...
The text was updated successfully, but these errors were encountered: