diff options
author | Liubov Dmitrieva <liubov.dmitrieva@intel.com> | 2011-09-05 17:11:11 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 17:11:11 -0400 |
commit | 693fb948841c7564ce3cd1ec4b31c0130abc8c42 (patch) | |
tree | e67f897cbe65d0f9829d85d70004ffad96a9dd70 /NEWS | |
parent | 49d42c37ba4f688ed442bfa0ff54e851b58e607b (diff) | |
download | glibc-693fb948841c7564ce3cd1ec4b31c0130abc8c42.tar.gz |
Optimized strchr and strrchr with SSE2 on x86-32
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Version 2.15 x86-64. Contributed by Liubov Dmitrieva. +* Optimized strchrm strrchr for SSE on x86-32. + Contributed by Liubov Dmitrieva. + * New interfaces: scandirat, scandirat64 Implemented by Ulrich Drepper. |