-
Notifications
You must be signed in to change notification settings - Fork 61
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
UFP64 #31
UFP64 #31
Conversation
Just for posterity, could you fill out the PR description with the change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs to be bumped to use forc v0.30.1
.
Are you also able to apply some of the comments made to the signed integers PR such as adding a mod.rs
for tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just cleaning up some comments.
Are you able to add this to the test harness? The tests exist but none of them are called. You can follow this example of how the i8
tests are run here. Here is the full PR that added all the tests: #45
Are you also able to add a README and a SPECIFICATION so that other developers know how to use the library?
… into rostyslavtyshko/ufp64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments on the documentation but overall looks great!! This should be the last of the comments and it is ready for merge.
I also noticed it wasn't added to the source README. Can you add it to the libraries list?
Still waiting on adding the library to the tests as described by the last review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! Another one down 💪
Type of change
Changes
The following changes have been made:
Addition of 64-bit fixed-point typs -
UFP64
Notes
Related Issues
Closes #37