summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-08-16 08:56:24 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-08-28 08:14:40 -0700
commit10fdaf1f495196e4328f2721971e7c1c701c1324 (patch)
tree1eea2179a0d0a2cc6c6a4e2e04b32f99a04e5b54
parent45a4f49ee520eb09b1ff58c4e9dbddb135a14b64 (diff)
downloadglibc-hjl/fma/master.tar.gz
Mention x86-64 FMA optimization in NEWShjl/fma/master
* NEWS: Mention x86-64 FMA optimization.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8fe0879bc4..f0c921e697 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ Major new features:
* 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.
+* 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