diff options
author | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-01-07 11:26:13 +0000 |
---|---|---|
committer | Richard Earnshaw <Richard.Earnshaw@arm.com> | 2015-01-07 11:26:13 +0000 |
commit | ec582ca0f30c963a1c27f405b6732ca8507271d5 (patch) | |
tree | a073e1a928215f8ab0049668a34422804a6df635 /NEWS | |
parent | 60f046a82dd4de612115ba6e9abeb87b6508b95b (diff) | |
download | glibc-ec582ca0f30c963a1c27f405b6732ca8507271d5.tar.gz glibc-ec582ca0f30c963a1c27f405b6732ca8507271d5.tar.xz glibc-ec582ca0f30c963a1c27f405b6732ca8507271d5.zip |
AArch64 optimized implementation of strrchr.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS index bec70dc04c..a233cf9bb8 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,9 @@ 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. + * i386 memcpy functions optimized with SSE2 unaligned load/store. * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag @@ -71,8 +74,6 @@ Version 2.20 17084, 17086, 17088, 17092, 17097, 17125, 17135, 17137, 17150, 17153, 17187, 17213, 17259, 17261, 17262, 17263, 17319, 17325, 17354. -* Optimized strchrnul implementation for AArch64. Contributed by ARM Ltd. - * Reverted change of ABI data structures for s390 and s390x: On s390 and s390x the size of struct ucontext and jmp_buf was increased in 2.19. This change is reverted in 2.20. The introduced 2.19 symbol versions |