Created
April 3, 2018 00:16
-
-
Save frgomes/6096ce944190e46724431d0ce9672c81 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// This may help circumvent bug 31407 | |
// union FloatBits { float: f64, bits: u64 } | |
pub const MYCONST : f64 = FloatBits { bits: 1 << 63 }.float; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment