platform_bionic/libc/arch-x86_64/string
Elliott Hughes a80ddc8a34 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
2016-03-03 16:46:25 -08:00
..
cache.h Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-memcpy-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-memmove-slm.S libc: remove bcopy from memmove on 64-bit architectures 2015-08-17 22:06:12 +00:00
sse2-memset-slm.S Fix x86-64 __memset_chk. 2016-03-03 16:46:25 -08:00
sse2-stpcpy-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-stpncpy-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-strcat-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-strcpy-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-strlcat-slm.S Add 64-bit slm optimized strlcpy and srlcat. 2014-11-12 17:32:28 +03:00
sse2-strlcpy-slm.S Add 64-bit slm optimized strlcpy and srlcat. 2014-11-12 17:32:28 +03:00
sse2-strlen-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-strncat-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse2-strncpy-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
sse4-memcmp-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00
ssse3-strcmp-slm.S Fix opcode to compile with both gcc and llvm. 2015-04-23 21:40:31 +00:00
ssse3-strncmp-slm.S Add 64-bit Silvermont-optimized string/memory functions. 2014-05-12 17:37:07 -07:00