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
Given the existing pattern-matching for binary.LittleEndian.UintXX functions, the functionality could be extended to support also binary.BigEndian, by doing a straight load followed by a BSWAP instruction.
Given the existing pattern-matching for
binary.LittleEndian.UintXXfunctions, the functionality could be extended to support alsobinary.BigEndian, by doing a straight load followed by aBSWAPinstruction.