Skip to content

Commit

Permalink
chore: add closing brackets in comments (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyTRUEk authored Jun 22, 2024
1 parent 9918e77 commit 22546e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simd/auto_simd_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -984,12 +984,12 @@ macro_rules! impl_float_simd(
(self.simd_sin(), self.simd_cos())
}

// #[inline(always]
// #[inline(always)]
// fn simd_exp_m1(self) -> Self {
// $libm::exp_m1(self)
// }
//
// #[inline(always]
// #[inline(always)]
// fn simd_ln_1p(self) -> Self {
// $libm::ln_1p(self)
// }
Expand Down

0 comments on commit 22546e2

Please sign in to comment.