]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mention x86-64 FMA optimization in NEWS
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Aug 2017 16:17:34 +0000 (09:17 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Aug 2017 16:17:49 +0000 (09:17 -0700)
* NEWS: Mention x86-64 FMA optimization.

ChangeLog
NEWS

index cb7547a030aff88a3aec261adf51d615b60af43c..2b7ef311b6280993f4747277153533307554dcdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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]
diff --git a/NEWS b/NEWS
index 0008df16c0fe6c2ba54a36986e6633e8be3cb6d7..0475e225ca4ea28ffec0c3e642776b18bf75bd0d 100644 (file)
--- 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