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