-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Revert "<chrono>: Cache QueryPerformanceFrequency() and divide just o… #972
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
Revert "<chrono>: Cache QueryPerformanceFrequency() and divide just o… #972
Conversation
…nce (microsoft#653)" This reverts commit ad1a26a. # Conflicts: # stl/inc/chrono # stl/inc/xatomic.h
|
Why do you want to revert this? |
|
Oh I see the linked issue |
BillyONeal
left a comment
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.
:'(
|
Why not just fix the calculation? |
|
The proposed fix in #971 introduces precision loss if There are still ways to optimize. |
This was added by microsoft#694 after microsoft#653.
|
Thanks again for fixing this so quickly! 😺 |
…nce (#653)"
This reverts commit ad1a26a.
Fixes #971.