summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Earnshaw <Richard.Earnshaw@arm.com>2015-01-07 11:31:10 +0000
committerRichard Earnshaw <Richard.Earnshaw@arm.com>2015-01-07 11:31:10 +0000
commitdc400d7b735c47086a001ed051723e376230cf01 (patch)
treef4a14f3ef9ed50d2b9da4302c4a3b1042fcf9ee6 /NEWS
parentec582ca0f30c963a1c27f405b6732ca8507271d5 (diff)
AArch64: Optimized implementations of strcpy and stpcpy.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a233cf9bb8..975b67550b 100644
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,8 @@ Version 2.21
17744, 17745, 17746, 17747, 17775, 17777, 17780, 17781, 17782, 17793,
17796, 17797, 17806
-* Optimized strchrnul and strrchr implementations for AArch64.
- Contributed by ARM Ltd.
+* Optimized strcpy, stpcpy, strchrnul and strrchr implementations for
+ AArch64. Contributed by ARM Ltd.
* i386 memcpy functions optimized with SSE2 unaligned load/store.