Skip to content

Commit 1a86a8d

Browse files
committed
stronger inline
1 parent bd7c1cf commit 1a86a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/float/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ macro_rules! float_impl {
167167
fn imp_frac(self) -> Self::Int {
168168
self.frac() | Self::IMPLICIT_BIT
169169
}
170-
#[inline]
170+
#[inline(always)]
171171
fn from_bits(a: Self::Int) -> Self {
172172
Self::from_bits(a)
173173
}

0 commit comments

Comments
 (0)