aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 817f0d3a1f..2ceae53f87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-12-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
+ Add s_cosf-sse2 and s_cosf-fma.
+ (CFLAGS-s_cosf-fma.c): New.
+ * sysdeps/x86_64/fpu/multiarch/s_cosf-fma.c: New file.
+ * sysdeps/x86_64/fpu/multiarch/s_cosf-sse2.c: Likewise.
+ * sysdeps/x86_64/fpu/multiarch/s_cosf.c: Likewise.
+
2017-12-12 Steve Ellcey <sellcey@cavium.com>
* nscd/nscd.h (init_traced_file): Change strncpy to memcpy.