Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-04-11 | math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEPT == 0. | Chris Metcalf | |
This fixes a testsuite failure for tile (and possibly microblaze). | |||
2014-03-26 | Make x86_64 fegetenv preserve exception mask (bug 16198). | Joseph Myers | |
Bug 16198 is x86_64 fegetenv wrongly masking exceptions for which traps are enabled, because that's a side-effect of the fnstenv instruction. This patch fixes it to use fldenv immediately after fnstenv, like the i386 version. Tested x86_64 and x86. [BZ #16198] * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after fnstenv. * math/test-fenv-preserve.c: New file. * math/Makefile (tests): Add test-fenv-preserve. |