Fixed ceilMultiple test

master
Christophe Riccio ago%!(EXTRA string=10 years)
parent c6aa981e2a
commit 57316860a1
  1. 9
      test/gtc/gtc_round.cpp

@ -368,9 +368,12 @@ namespace ceilMultiple
{
type<int> const Data[] =
{
{3, 4, 4},
{7, 8, 4},
{5, 8, 4},
{3, 4, 4, 0},
{7, 4, 8, 0},
{5, 4, 8, 0},
{1, 4, 4, 0},
{1, 3, 3, 0},
{4, 3, 6, 0},
};
int Error(0);

Loading…
Cancel
Save