blob: cca97e38f85339bc91ed89fd9bc68a1a8a6cdee8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include <isa-level.h>
#if ISA_SHOULD_BUILD (4)
# include "x86-evex512-vecs.h"
# ifndef MEMMOVE_SYMBOL
# define MEMMOVE_SYMBOL(p,s) p##_avx512_##s
# endif
# include "memmove-vec-unaligned-erms.S"
#endif
|