Skip to content

Commit

Permalink
Use a simple inline instead of inline[always]
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Oct 23, 2019
1 parent 2c2640b commit 961aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distributions/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ macro_rules! scalar_float_impl {
<$ty>::from_bits(self.to_bits() - 1)
}
type UInt = $uty;
#[inline(always)]
#[inline]
fn cast_from_int(i: Self::UInt) -> Self { i as $ty }
}

Expand Down

0 comments on commit 961aa13

Please sign in to comment.