Skip to content

Commit

Permalink
stronger inline
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 5, 2024
1 parent bd7c1cf commit 1a86a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/float/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 1a86a8d

Please sign in to comment.