about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-16 09:17:34 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-16 09:17:49 -0700
commit20c7b195d0f67eeb55bad1b1879250f277ac7eb6 (patch)
tree31de8a9664033edc3c13bb2bdf04503f061c46a6
parent24a2e6588d2e0c91b4003878b0625d4a9360e8f3 (diff)
downloadglibc-20c7b195d0f67eeb55bad1b1879250f277ac7eb6.tar.gz
glibc-20c7b195d0f67eeb55bad1b1879250f277ac7eb6.tar.xz
glibc-20c7b195d0f67eeb55bad1b1879250f277ac7eb6.zip
Mention x86-64 FMA optimization in NEWS
	* NEWS: Mention x86-64 FMA optimization.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb7547a030..2b7ef311b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* NEWS: Mention x86-64 FMA optimization.
+
+2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
 	[BZ #21912]
 	* sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
 	Add e_expf-fma.
diff --git a/NEWS b/NEWS
index 0008df16c0..0475e225ca 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Major new features:
 
   [Add new features here]
 
+* Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin and tan
+  with FMA, contributed by Arjan van de Ven and H.J. Lu from Intel.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * On GNU/Linux, the obsolete Linux constant PTRACE_SEIZE_DEVEL is no longer