aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-18 10:12:16 -0700
committerRichard Henderson <rth@twiddle.net>2012-03-19 06:49:04 -0700
commit7d2e8012cfb4fa30086ef330ef1b993cfcc3dd99 (patch)
treecd4cb429c364286f515a65090132166fad505d14 /ChangeLog
parentb4dabbb47a174e1075b5b93f29093319eab69f2c (diff)
downloadglibc-7d2e8012cfb4fa30086ef330ef1b993cfcc3dd99.zip
glibc-7d2e8012cfb4fa30086ef330ef1b993cfcc3dd99.tar.gz
glibc-7d2e8012cfb4fa30086ef330ef1b993cfcc3dd99.tar.bz2
i386: Convert libc_{feholdexcept_setround,updateenv}_53bit to functions.
Also fix a bug in libc_feupdateenv_53bit: don't force the rounding precision back to _FPU_EXTENDED, instead restore the precision that the user had in effect beforehand.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6d574..aace9ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-03-19 Richard Henderson <rth@twiddle.net>
+ * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
+ (libc_feholdexcept_setround_53bit): Convert from macro to function.
+ (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
+
* sysdeps/generic/math_private.h: Include <fenv.h>.
(default_libc_feholdexcept): New.
(default_libc_feholdexcept_setround): New.