[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] frexp, tests: work around ICC bug with -zero
From: |
Ben Pfaff |
Subject: |
Re: [PATCH 1/2] frexp, tests: work around ICC bug with -zero |
Date: |
Thu, 04 Nov 2010 20:53:37 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Eric Blake <address@hidden> writes:
> Refactors everything so that future compiler workarounds necessary
> to get at -0.0 can be limited to a single test file (.m4 files may
> need more efforts, though). Tested that all of these tests still
> pass with gcc; there are still some ICC failures, but I think they
> are due to NaN issues and not -0.0 issues (at any rate, I'll probably
> have more patches coming up later).
This looks fine to me for the "round" and "isnan" modules that I
maintain.
--
Ben Pfaff
http://benpfaff.org
- icc bug on test-frexp-nolibm, Eric Blake, 2010/11/03
- Re: icc bug on test-frexp-nolibm, Eric Blake, 2010/11/04
- [PATCH 2/2] ceil, floor, round, trunc: enhance tests of -0, Eric Blake, 2010/11/04
- [PATCH 1/2] frexp, tests: work around ICC bug with -zero, Eric Blake, 2010/11/04
- Re: [PATCH 1/2] frexp, tests: work around ICC bug with -zero,
Ben Pfaff <=
- Re: icc bug on test-frexp-nolibm, Eric Blake, 2010/11/05
- Re: icc bug on test-frexp-nolibm, Eric Blake, 2010/11/05