forked from dotnet/roslyn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change detection of double 0.0 to use BitConverter.DoubleToInt64Bits
Underneath BitConverter just casts 64bit double to a 64bit int with the same bit pattern, making it a simpler operation. (cherry picked from commit 4d439ab)
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters