Skip to content

Instantly share code, notes, and snippets.

@frgomes
Created April 3, 2018 00:16
Show Gist options
  • Save frgomes/6096ce944190e46724431d0ce9672c81 to your computer and use it in GitHub Desktop.
Save frgomes/6096ce944190e46724431d0ce9672c81 to your computer and use it in GitHub Desktop.
// 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