about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
blob: d7edb189235fc32441b2865365596ae9282c4f3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if IS_IN (libc)
# define VEC_SIZE	16
# define VEC(i)		xmm##i
# define VMOVNT		movntdq
/* Use movups and movaps for smaller code sizes.  */
# define VMOVU		movups
# define VMOVA		movaps

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

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