diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-01 06:35:40 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-01 06:35:40 +0000 |
| commit | 6bb2780255c3cb42c8b078739325b8e95902716f (patch) | |
| tree | 09e1c8cf7e6d6eb933185fbfd7ce7e613b84c57e /lib | |
| parent | 50b9bb4e5d011d4c4931c895dc973eed980365cc (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/msun/tests/fma_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/msun/tests/fma_test.c b/lib/msun/tests/fma_test.c index af7910e65f27..acaa9eb8d20c 100644 --- a/lib/msun/tests/fma_test.c +++ b/lib/msun/tests/fma_test.c @@ -498,11 +498,12 @@ main(int argc, char *argv[]) printf("ok %d # SKIP testcase fails assertion on " "amd64\n", j); continue; -#endif +#else printf("rmode = %d\n", rmodes[i]); fesetround(rmodes[i]); test_infinities(); printf("ok %d - fma infinities\n", j); +#endif } fesetround(FE_TONEAREST); |
