diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-08-16 08:56:24 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-08-28 08:14:40 -0700 |
commit | 10fdaf1f495196e4328f2721971e7c1c701c1324 (patch) | |
tree | 1eea2179a0d0a2cc6c6a4e2e04b32f99a04e5b54 | |
parent | 45a4f49ee520eb09b1ff58c4e9dbddb135a14b64 (diff) | |
download | glibc-hjl/fma/master.tar.gz glibc-hjl/fma/master.tar.xz glibc-hjl/fma/master.zip |
Mention x86-64 FMA optimization in NEWS hjl/fma/master
* NEWS: Mention x86-64 FMA optimization.
-rw-r--r-- | NEWS | 3 |
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 |