Tweak size handling in Endian
Summary: [Folly] Tweak size handling in `Endian`. Either multiply by 8 in one place, or divide by 8 in another place. Go with the latter, because `sizeof` in C++ emits byte sizes, not bit sizes. Reviewed By: simpkins Differential Revision: D4645020 fbshipit-source-id: cb78600ba4c20bebc66aed506d4b5d6c378fc998
Showing
Please register or sign in to comment