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
rename IsLittleEndian to OptimizeLittleEndian
it doesn't actually matter if the architecture is LE because
the fallback code works regardless of the host endianness.
this makes it more clear that it's an optional optimization
based on if we can assume how multi-byte loads work.