mirror of git://sourceware.org/git/glibc.git
x86-64: Define __memcmpeq in ld.so
Define __memcmpeq in ld.so so that compiler can generate __memcmpeq call when compiling for ld.so.
This commit is contained in:
parent
7a06be051c
commit
a5659cf27d
|
|
@ -16,8 +16,10 @@
|
|||
License along with the GNU C Library; if not, see
|
||||
<https://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifndef memcmp
|
||||
#if IS_IN (libc)
|
||||
# define memcmp __memcmpeq_sse2
|
||||
#else
|
||||
# define memcmp __memcmpeq
|
||||
#endif
|
||||
#define USE_AS_MEMCMPEQ 1
|
||||
#include "memcmp-sse2.S"
|
||||
|
|
|
|||
Loading…
Reference in New Issue