summaryrefslogtreecommitdiff
path: root/lib/libc/amd64/string/memset.S
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2021-01-31amd64: add a note about simd to libc memset, memmove and memcmpMateusz Guzik
2021-01-30amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik
2018-11-16amd64: handle small memset buffers with overlapping storesMateusz Guzik
2018-11-15amd64: sync up libc memset with the kernel versionMateusz Guzik
2018-11-15amd64: convert libc bzero to a C func to avoid future bloatMateusz Guzik
2018-10-05amd64: import updated kernel memset to libcMateusz Guzik
2018-10-01amd64: reimplement libc memset and bzero with kernel memsetMateusz Guzik
2011-01-07Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov
2008-11-02We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm
2005-04-07Add machine-specific, optimized implementations of bcopy, bzero, memcpy,Alan Cox