about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
blob: 85214fe7259ac80d49429d379f3fb4448d66e6ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if IS_IN (libc)
# define VEC_SIZE	16
# define VEC(i)		xmm##i
# define VMOVU		movdqu
# define VMOVA		movdqa

# define SECTION(p)		p
# define MEMMOVE_SYMBOL(p,s)	p##_sse2_##s

# include "memmove-vec-unaligned-erms.S"
#endif