about summary refs log tree commit diff
path: root/ports/ChangeLog.aarch64
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2014-01-07 16:16:35 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2014-01-07 16:17:52 +0000
commit196f456b842ee96e1bf1e5ae6ed21ba427dee3f3 (patch)
treefb882be8637c0d895494c60e71d6c1c3025847e0 /ports/ChangeLog.aarch64
parent07d55c6c3777499bdc0228ef820d5b647f2af71c (diff)
downloadglibc-196f456b842ee96e1bf1e5ae6ed21ba427dee3f3.tar.gz
glibc-196f456b842ee96e1bf1e5ae6ed21ba427dee3f3.tar.xz
glibc-196f456b842ee96e1bf1e5ae6ed21ba427dee3f3.zip
[AArch64] Fix FP_ROUNDMODE.
[BZ #16387] Fix FP_ROUNDMODE to extract the correct bits from FPCR.
Diffstat (limited to 'ports/ChangeLog.aarch64')
-rw-r--r--ports/ChangeLog.aarch647
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64
index 53ec5357b8..3867810f40 100644
--- a/ports/ChangeLog.aarch64
+++ b/ports/ChangeLog.aarch64
@@ -1,5 +1,12 @@
 2014-01-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
 
+	[BZ #16387]
+	* sysdeps/aarch64/fpu/fpu_control.h (_FPU_FPCR_RM_MASK): Define.
+	* sysdeps/aarch64/soft-fp/sfp-machine.h (FP_ROUNDMODE): Adjust
+	rounding mode mask.
+
+2014-01-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
 	* sysdeps/aarch64/libm-test-ulps: Drop sqrt ULPs.
 
 2014-01-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>