Skip to content

Commit

Permalink
Add a comment about f16 and f128
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Dec 23, 2023
1 parent 667a738 commit d8fced6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ macro_rules! impl_traits_tol_fXX {
impl_traits_tol_fXX!(f64, 4. * f64::EPSILON, 2e-12);
impl_traits_tol_fXX!(f32, 4. * f32::EPSILON, 2e-6);

// Update if https://rust-lang.github.io/rfcs/3453-f16-and-f128.html
// is merged.

////////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit d8fced6

Please sign in to comment.