mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 06:10:10 +00:00
11 lines
290 B
ArmAsm
11 lines
290 B
ArmAsm
|
#define ZERO_UPPER_VEC_REGISTERS_RETURN \
|
||
|
ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST
|
||
|
|
||
|
#define VZEROUPPER_RETURN jmp L(return)
|
||
|
|
||
|
#define SECTION(p) p##.avx.rtm
|
||
|
#define MEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm
|
||
|
#define WMEMSET_SYMBOL(p,s) p##_avx2_##s##_rtm
|
||
|
|
||
|
#include "memset-avx2-unaligned-erms.S"
|