1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-30 10:45:40 +03:00

Pretty printing x86-64 SSE4.3 strcmp.

This commit is contained in:
Ulrich Drepper
2010-07-30 12:54:37 -07:00
parent 42e08a5438
commit 66f6765a47
2 changed files with 31 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
2010-07-30 Ulrich Drepper <drepper@redhat.com> 2010-07-30 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
* string/Makefile (strop-tests): Add strcasecmp. * string/Makefile (strop-tests): Add strcasecmp.
* sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
strcasecmp_l-nonascii. strcasecmp_l-nonascii.

View File

@@ -1,5 +1,5 @@
/* strcmp with SSE4.2 /* strcmp with SSE4.2
Copyright (C) 2009 Free Software Foundation, Inc. Copyright (C) 2009, 2010 Free Software Foundation, Inc.
Contributed by Intel Corporation. Contributed by Intel Corporation.
This file is part of the GNU C Library. This file is part of the GNU C Library.