Skip to content

Commit

Permalink
Add optimized x86-64 wcscmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Sep 5, 2011
1 parent 5fc11f0 commit 49d42c3
Show file tree
Hide file tree
Showing 3 changed files with 940 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>

* sysdeps/x86_64/wcscmp.S: New file.

* sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
wcscmp-c wcscmp-sse2
* sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
Expand Down
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Version 2.15
* Improved strcpy, strncpy, stpcpy, stpncpy for SSE2 and SSSE3 on x86-64.
Contributed by HJ Lu.

* Optimized strcat and strncat on x86-64 and optimized wcscmp on x86-32.
* Optimized strcat and strncat on x86-64 and optimized wcscmp on x86-32 and
x86-64.
Contributed by Liubov Dmitrieva.

* New interfaces: scandirat, scandirat64
Expand Down
Loading

0 comments on commit 49d42c3

Please sign in to comment.