Skip to content

Commit 18f8071

Browse files
committed
stronger inline
1 parent bd7c1cf commit 18f8071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/float/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pub(crate) trait Float:
9393
fn imp_frac(self) -> Self::Int;
9494

9595
/// Returns a `Self::Int` transmuted back to `Self`
96+
#[inline]
9697
fn from_bits(a: Self::Int) -> Self;
9798

9899
/// Constructs a `Self` from its parts. Inputs are treated as bits and shifted into position.

0 commit comments

Comments
 (0)