aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 881808dead..6767bb717d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-12-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/ieee754/flt-32/s_sincosf.h: Include <sincosf_poly.h>.
+ (sincos_t, sincosf_poly, sinf_poly): Moved to ...
+ * sysdeps/ieee754/flt-32/sincosf_poly.h: Here. New file.
+ * sysdeps/x86/fpu/s_sincosf_data.c: New file.
+ * sysdeps/x86/fpu/sincosf_poly.h: Likewise.
+ * sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c: Just include
+ <sysdeps/ieee754/flt-32/s_sincosf.c>.
+
2018-12-21 Joseph Myers <joseph@codesourcery.com>
[BZ #24023]