about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms-rtm.S
blob: 20746e6713b61feaf48d4a6001bcbd1ceb411931 (plain) (blame)
1
2
3
4
5
6
7
8
#if IS_IN (libc)

# include "x86-avx-rtm-vecs.h"

# define MEMMOVE_SYMBOL(p,s)	p##_avx_##s##_rtm

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