1#if IS_IN (libc)
2
3# include "x86-avx-rtm-vecs.h"
4
5# define MEMMOVE_SYMBOL(p,s) p##_avx_##s##_rtm
6
7# include "memmove-vec-unaligned-erms.S"
8#endif
9