projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ffcee4
)
Re-enable all strncasecmp versions.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 21 Sep 2010 03:18:00 +0000
(20:18 -0700)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 21 Sep 2010 03:18:00 +0000
(20:18 -0700)
sysdeps/x86_64/multiarch/strcmp.S
patch
|
blob
|
history
diff --git
a/sysdeps/x86_64/multiarch/strcmp.S
b/sysdeps/x86_64/multiarch/strcmp.S
index
1977643
..
54e5bbc
100644
(file)
--- a/
sysdeps/x86_64/multiarch/strcmp.S
+++ b/
sysdeps/x86_64/multiarch/strcmp.S
@@
-125,14
+125,12
@@
ENTRY(__strncasecmp)
jne 1f
call __init_cpu_features
1:
-#if 0
leaq __strncasecmp_sse42(%rip), %rax
testl $bit_SSE4_2, __cpu_features+CPUID_OFFSET+index_SSE4_2(%rip)
jnz 2f
leaq __strncasecmp_ssse3(%rip), %rax
testl $bit_SSSE3, __cpu_features+CPUID_OFFSET+index_SSSE3(%rip)
jnz 2f
-#endif
leaq __strncasecmp_sse2(%rip), %rax
2: ret
END(__strncasecmp)