Skip to content

Commit

Permalink
Remove now false comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Oct 5, 2024
1 parent dc235d2 commit 5621260
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ pub trait LambertW {
fn lambert_wm1(self) -> Self::Output;
}

// The large epsilon in the examples in the below impl blocks
// is set to let the tests pass when the `estrin` feature is enabled,
// since the CI runner may not have fused multiply-add instructions.

#[cfg(feature = "24bits")]
impl LambertW for f32 {
type Output = Self;
Expand Down

0 comments on commit 5621260

Please sign in to comment.