1#include <isa-level.h>
2
3#if ISA_SHOULD_BUILD (3)
4
5# include "x86-avx-vecs.h"
6
7# ifndef MEMMOVE_SYMBOL
8# define MEMMOVE_SYMBOL(p,s) p##_avx_##s
9# endif
10
11# include "memmove-vec-unaligned-erms.S"
12
13# if MINIMUM_X86_ISA_LEVEL == 3
14# include "memmove-shlib-compat.h"
15# endif
16#endif
17

source code of glibc/sysdeps/x86_64/multiarch/memmove-avx-unaligned-erms.S