Skip to content

Commit

Permalink
Add SSE2 support to str{,n}cmp for x86-64.
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu authored and Ulrich Drepper committed Jul 26, 2009
1 parent 7b7f43b commit 7956a3d
Show file tree
Hide file tree
Showing 5 changed files with 2,055 additions and 267 deletions.
2 changes: 1 addition & 1 deletion sysdeps/x86_64/multiarch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gen-as-const-headers += ifunc-defines.sym
endif

ifeq ($(subdir),string)
sysdep_routines += stpncpy-c strncpy-c strncmp-c
sysdep_routines += stpncpy-c strncpy-c
ifeq (yes,$(config-cflags-sse4))
sysdep_routines += strcspn-c strpbrk-c strspn-c strstr-c strcasestr-c
CFLAGS-strcspn-c.c += -msse4
Expand Down
Loading

0 comments on commit 7956a3d

Please sign in to comment.