sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git] / sysdeps / x86_64 / multiarch / memmove-avx-unaligned-erms.S
blob4e4b4635f932e3888a41360a19e606c2027c040c
1 #include <isa-level.h>
3 #if ISA_SHOULD_BUILD (3)
5 # include "x86-avx-vecs.h"
7 # ifndef MEMMOVE_SYMBOL
8 #  define MEMMOVE_SYMBOL(p,s)   p##_avx_##s
9 # endif
11 # include "memmove-vec-unaligned-erms.S"
13 # if MINIMUM_X86_ISA_LEVEL == 3
14 #  include "memmove-shlib-compat.h"
15 # endif
16 #endif