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

[Feature] Add support for bit operators #8

Closed
2 of 4 tasks
SirLynix opened this issue Jun 21, 2022 · 1 comment
Closed
2 of 4 tasks

[Feature] Add support for bit operators #8

SirLynix opened this issue Jun 21, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SirLynix
Copy link
Contributor

SirLynix commented Jun 21, 2022

Add support for bit operators (&, |, ~, <<, >>) on integers

  • Add parsing support, validation and GLSL/SPIR-V emission
  • Constant propagation
  • Add vector supports
  • Optimize multiply/divide by power of two values to bit operations
@SirLynix SirLynix added enhancement New feature or request good first issue Good for newcomers labels Jun 21, 2022
@SirLynix SirLynix mentioned this issue Dec 30, 2023
@SirLynix
Copy link
Contributor Author

Implemented by #32 and #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant