Skip to content

Commit

Permalink
Relax the fragment builtin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 19, 2024
1 parent 591f10a commit cb56e17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ g.test('inputs,position')
sampleCount,
actual,
expected,
maxDiffULPsForFloatFormat: 2,
maxDiffULPsForFloatFormat: 4,
})
);
});
Expand Down Expand Up @@ -873,7 +873,7 @@ g.test('inputs,interStage')
sampleCount,
actual,
expected,
maxDiffULPsForFloatFormat: 3,
maxDiffULPsForFloatFormat: 4,
})
);
});
Expand Down

0 comments on commit cb56e17

Please sign in to comment.