aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
blob: 52b9ae08fc552b8583d0a47ac2ee1c814c9cef1a (plain)
1
2
3
4
5
6
7
8
9
#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"