about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c6d859ca75..2dd0c16dcd 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,9 @@ Version 2.27
 
 Major new features:
 
-* Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, sinf 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, cosf,
+  sinf and tan with FMA, contributed by Arjan van de Ven and H.J. Lu
+  from Intel.
 
 * Optimized x86-64 trunc and truncf for processors with SSE4.1.