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
When #4162 was proposed and worked on, the AztecVM was uncertain about the support of u16 and the type was hence temporarily disabled.
Happy Case
With the uncertainty now resolved and support for u16 built in AztecVM, we should re-enable support of u16 for more consistent integer data types and better development flexibility.
# Description
## Problem\*
Resolves#4908
## Summary\*
Adds cases for `u16`. `i16` was right there so added at the same time.
## Additional Context
## Documentation\*
Check one:
- [ ] No documentation needed.
- [x] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Tom French <[email protected]>
Problem
When #4162 was proposed and worked on, the AztecVM was uncertain about the support of
u16
and the type was hence temporarily disabled.Happy Case
With the uncertainty now resolved and support for
u16
built in AztecVM, we should re-enable support ofu16
for more consistent integer data types and better development flexibility.Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
Credit to @smanilov for flagging the gap.
#4162 (comment)
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: