diff --git a/src/float/mod.rs b/src/float/mod.rs index 1435a1a5..8c9f6e0e 100644 --- a/src/float/mod.rs +++ b/src/float/mod.rs @@ -167,7 +167,7 @@ macro_rules! float_impl { fn imp_frac(self) -> Self::Int { self.frac() | Self::IMPLICIT_BIT } - #[inline] + #[inline(always)] fn from_bits(a: Self::Int) -> Self { Self::from_bits(a) }