*** empty log message ***

This commit is contained in:
Mark Borgerding
2009-05-18 03:23:38 +00:00
parent 3a27b71226
commit 3a4db1fed7
2 changed files with 34 additions and 53 deletions

View File

@ -67,7 +67,7 @@ int main(int argc,char ** argv)
}else{
dotest<float>(32); dotest<double>(32); dotest<long double>(32);
dotest<float>(1024); dotest<double>(1024); dotest<long double>(1024);
dotest<float>(1800); dotest<double>(1800); dotest<long double>(1800);
dotest<float>(840); dotest<double>(840); dotest<long double>(840);
}
return 0;
}