-
Notifications
You must be signed in to change notification settings - Fork 1.2k
cross platform: Enable DateTime #915
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
Conversation
| // and tagged float now has top 14 XOR'd with 1s - the value with 14 bits non zero is | ||
| // a float. | ||
| // A float can have all 14 bits 0 iff it was a NaN in the first place. Since | ||
| // A float can have all 14 bits 0 if it was a NaN in the first place. Since |
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.
"iff" means "if and only if" -- is that not correct?
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.
ohh looked like a typo instead. wanted to fix it on the way.
reverted this back. PR is updated.
|
LGTM but wait for another sign off as well. |
lib/Runtime/Base/HiResTimer.cpp
Outdated
| // bring it inline with a time server. | ||
| double HiResTimer::GetAdjustFactor() | ||
| { | ||
| #ifndef _MSC_VER |
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.
Shouldn't this be OS dependent instead of compiler dependent?
|
LGTM as well, but echo @curtisman's comments |
|
PR is updated. @dilijev @curtisman @digitalinfinity thanks for the review |
|
@dotnet-bot test this please |
|
@dotnet-bot test Ubuntu ubuntu_linux_debug please |
This PR enables DateTime