-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Minor enhancement to wait_us #7584
Conversation
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, but will wait for the commit message to be modified (git commit --amend
) with a bit more detail.
Something like "Improved resolution of wait_us by defering division operation"
1372e19
to
7cedccc
Compare
@cmonr - Please see my latest commit with modified commit message. |
/morph build |
Build : SUCCESSBuild number : 2674 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2308 |
Test : SUCCESSBuild number : 2412 |
Minor enhancement to wait_us
Description
Minor enhancement to wait_us function to avoid integer division on all paths.
Pull request type