aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/strcmp.S
Commit message (Expand)AuthorAgeFilesLines
* lib/libc/amd64/string/strcmp.S: add baseline implementationRobert Clausecker2023-12-251-7/+292
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-021-0/+1
* Add a machine-specific, optimized implementation of strcmp.Alan Cox2005-04-091-0/+73