diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2017-12-06 10:49:11 +0530 |
---|---|---|
committer | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2017-12-06 10:49:11 +0530 |
commit | 87235d7006afcb681ff7422bae346da7dcd995d7 (patch) | |
tree | 4fbe380e40fecbc2683ba796570be81879362b01 | |
parent | 0d93b7fd7cc043e908a132aacd46ff46e0c308a5 (diff) | |
download | glibc-87235d7006afcb681ff7422bae346da7dcd995d7.zip glibc-87235d7006afcb681ff7422bae346da7dcd995d7.tar.gz glibc-87235d7006afcb681ff7422bae346da7dcd995d7.tar.bz2 |
Update NEWS to add sinf optimization
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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 |