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

**Adding a u1 tag along with the current u8, u16, u32, u64 and field**. Booleans are widely used, and without u1 memory cells the compiler will need to codegen bit masking on top of u8s to handle casts to u1 and some u1 arithmetic operations. We could also swap u16 with u1 since booleans will probably see much more use than u16s. #7054

Closed
Tracked by #4366
fcarreiro opened this issue Jun 14, 2024 · 1 comment
Assignees

Comments

@fcarreiro
Copy link
Contributor

No description provided.

@fcarreiro
Copy link
Contributor Author

Done

@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants