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:
parent
77624aed80
commit
194b8d633f
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user