Use j instead of a hardcoded index (9) and increment it after

running the NaNs testcases

MFC after: 3 days
Pointyhat to: ngie
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-12-23 09:11:18 +00:00
parent 77624aed80
commit 194b8d633f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292647

View File

@ -507,7 +507,8 @@ main(int argc, char *argv[])
fesetround(FE_TONEAREST);
test_nans();
printf("ok 9 - fma NaNs\n");
printf("ok %d - fma NaNs\n", j);
j++;
for (i = 0; i < nitems(rmodes); i++, j++) {
printf("rmode = %d\n", rmodes[i]);