diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e153ee3dfc..ab41d9d947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-12-06 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> + + * NEWS: Add sinf to list of optimized functions. + 2017-12-06 Joseph Myers <joseph@codesourcery.com> * bits/floatn-common.h (__HAVE_FLOAT64): Define to 1. diff --git a/NEWS b/NEWS index cbecce5456..dc5fe32cf8 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ Major new features: * Optimized x86-64 trunc and truncf for processors with SSE4.1. -* Optimized generic expf, exp2f, logf, log2f and powf. +* Optimized generic expf, exp2f, logf, log2f, powf and sinf. * In order to support faster and safer process termination the malloc API family of functions will no longer print a failure address and stack |