index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
x86_64
/
memcmp.S
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
1
-1
/
+1
2022-07-05
x86: Add support for building {w}memcmp{eq} with explicit ISA level
Noah Goldstein
1
-558
/
+8
2022-04-22
x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
H.J. Lu
1
-0
/
+4
2022-04-15
x86: Optimize memcmp SSE2 in memcmp.S
Noah Goldstein
1
-342
/
+504
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2021-10-27
x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.S
Noah Goldstein
1
-4
/
+51
2021-10-27
x86_64: Add support for __memcmpeq using sse2, avx2, and evex
Noah Goldstein
1
-4
/
+5
2021-10-26
String: Add hidden defs for __memcmpeq() to enable internal usage
Noah Goldstein
1
-0
/
+1
2021-10-26
String: Add support for __memcmpeq() ABI on all targets
Noah Goldstein
1
-0
/
+2
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
1
-1
/
+0
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
1
-1
/
+1
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
1
-1
/
+1
2019-02-04
x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]
H.J. Lu
1
-8
/
+12
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
1
-1
/
+1
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
1
-1
/
+1
2012-02-09
Replace FSF snail mail address with URLs.
Paul Eggert
1
-3
/
+2
2009-07-16
Fix up whitespaces in new memcmp for x86-64.
Ulrich Drepper
1
-42
/
+42
2009-07-16
memcmp implementation for x86-64 using SSE2.
H.J. Lu
1
-0
/
+359