History log of /bionic/libc/arch-x86_64/string/sse2-memset-slm.S
Revision Date Author Comments
a80ddc8a34b913f0fdbb2c5febe61b8a9f0e6015 04-Mar-2016 Elliott Hughes <enh@google.com> Fix x86-64 __memset_chk.

I can only assume I was testing the 32-bit implementation when I claimed
this worked. While improving the 32-bit code I realized that I'd used
signed comparisons instead of unsigned, and came back to find that the
64-bit code didn't work.

By way of apology, make x86-64 the first architecture where __memset_chk
falls through to memset.

Change-Id: I54d9eee5349b6a2abb2ce81e161fdcde09556561
01d5b946acac8519d510781967bf538acdae1853 03-Mar-2016 Elliott Hughes <enh@google.com> Remove optimized code for bzero, which was removed from POSIX in 2008.

I'll come back for the last bcopy remnant...

Bug: http://b/26407170
Change-Id: Iabfeb95fc8a4b4b3992e3cc209ec5221040e7c26
61c95fe52d1b729e643303182c720f6b45eb81ea 03-Mar-2016 Elliott Hughes <enh@google.com> Mandate optimized assembler for x86-64 __memset_chk.

Change-Id: I4d6b452f3cf850d405e8f5d7da01d432603e606b
a020a244ae0a185cd53905ec84093e5e6eb7d88c 29-Apr-2014 Varvara Rainchik <varvara.rainchik@intel.com> Add 64-bit Silvermont-optimized string/memory functions.

Add following functions:
bcopy, bzero, memcpy, memmove, memset, stpcpy, stpncpy, strcat, strcpy,
strlen, strncat, strncpy, memcmp, strcmp, strncmp.
Set all these functions as the default ones.

Change-Id: Ic66b250ad8c349a43d25e2d4dea075604f6df6ac
Signed-off-by: Varvara Rainchik <varvara.rainchik@intel.com>