about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S
blob: 3a72c7eafd44e187c9450f3a1365791e77424951 (plain) (blame)
1
2
3
4
5
6
7
8
9
#define VEC_SIZE	32
#define VEC(i)		ymm##i
#define VMOVU		vmovdqu
#define VMOVA		vmovdqa

#define SECTION(p)		p##.avx
#define MEMMOVE_SYMBOL(p,s)	p##_avx_##s

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