aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ed43e0..b3493b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2018-08-14 Wilco Dijkstra <wdijkstr@arm.com>
+ Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ * NEWS: Mention sinf, cosf, sincosf.
+ * sysdeps/aarch64/libm-test-ulps: Update ULP for sinf, cosf, sincosf.
+ * sysdeps/x86_64/fpu/libm-test-ulps: Update ULP for sinf and cosf.
+ * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Add definitions of
+ constants rather than including generic sincosf.h.
+ * sysdeps/x86_64/fpu/s_sincosf_data.c: Remove.
+ * sysdeps/ieee754/flt-32/s_cosf.c (cosf): Rewrite.
+ * sysdeps/ieee754/flt-32/s_sincosf.h (reduced_sin): Remove.
+ (reduced_cos): Remove.
+ (sinf_poly): New function.
+ * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Rewrite.
+
2018-08-14 Florian Weimer <fweimer@redhat.com>
[BZ #23521]