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
Updated _BitInt(N) endianness rules to be more precise:
- N ≤ 2×XLEN: follows standard scalar endianness
- N > 2×XLEN: divided into 2×XLEN chunks, each chunk follows scalar
endianness, but chunks are always stored lower-first regardless
of system endianness
0 commit comments