mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Group AVX512 functions in .text.avx512 section
* sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S: Replace .text with .text.avx512. * sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S: Likewise.
This commit is contained in:
parent
8a74071cef
commit
fee9eb6200
@ -1,3 +1,10 @@
|
||||
2016-03-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/multiarch/memcpy-avx512-no-vzeroupper.S:
|
||||
Replace .text with .text.avx512.
|
||||
* sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S:
|
||||
Likewise.
|
||||
|
||||
2016-03-07 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* sysdeps/generic/libnsl.abilist: New file.
|
||||
|
@ -29,7 +29,7 @@
|
||||
# define MEMCPY_CHK __memcpy_chk_avx512_no_vzeroupper
|
||||
#endif
|
||||
|
||||
.section .text,"ax",@progbits
|
||||
.section .text.avx512,"ax",@progbits
|
||||
#if !defined USE_AS_BCOPY
|
||||
ENTRY (MEMCPY_CHK)
|
||||
cmpq %rdx, %rcx
|
||||
|
@ -26,7 +26,7 @@
|
||||
# define MEMSET_CHK __memset_chk_avx512_no_vzeroupper
|
||||
#endif
|
||||
|
||||
.section .text,"ax",@progbits
|
||||
.section .text.avx512,"ax",@progbits
|
||||
#if defined PIC
|
||||
ENTRY (MEMSET_CHK)
|
||||
cmpq %rdx, %rcx
|
||||
|
Loading…
Reference in New Issue
Block a user