Skip to content

Commit

Permalink
temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Dec 8, 2020
1 parent bc156cc commit df68694
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions testcrate/tests/conv.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use testcrate::*;

/*
macro_rules! i_to_f {
($($from:ty, $into:ty, $fn:ident);*;) => {
$(
Expand All @@ -23,9 +22,10 @@ macro_rules! i_to_f {
&& ((f0.to_bits() & 1) != 0))
{
panic!(
"incorrect rounding by {}({}): ({}, {}, {}), errors ({}, {}, {})",
"incorrect rounding by {}({}): {}, ({}, {}, {}), errors ({}, {}, {})",
stringify!($fn),
x,
f0.to_bits(),
y_minus_ulp,
y,
y_plus_ulp,
Expand Down Expand Up @@ -67,7 +67,6 @@ fn int_to_float() {
i128, f64, __floattidf;
);
}
*/

macro_rules! f_to_i {
($x:ident, $($f:ty, $fn:ident);*;) => {
Expand Down

0 comments on commit df68694

Please sign in to comment.