about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-ssse3-back.S
blob: 478141b14a7d841506d0b651d6c9607fd4776ea2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#define USE_AS_MEMMOVE
#if defined __CHKP__ || defined __CHKWR__
/* version of memmove with no copying of bounds support
   if there are pointers in the source buffer. */
# define MEMCPY	   chkp_memmove_nobnd
# else
# define MEMCPY		__memmove_ssse3_back
#endif
#define MEMCPY_CHK	__memmove_chk_ssse3_back
#include "memcpy-ssse3-back.S"