Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename int types to be more explicit about unsignedness #67

Merged
merged 11 commits into from
May 9, 2024

Conversation

zeldovich
Copy link
Member

This PR renames U64 to I64, u64 to i64, and int.Z to uint.Z (and also 32- and 8-bit equivalents of the same). The intent is to make it more clear when we're talking about words (I64, I32, I8) vs their signed or unsigned semantics (sint.Z and uint.Z).

@zeldovich zeldovich merged commit 572c417 into mit-pdos:master May 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant