mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
x86-64: Remove bzero weak alias in SS2 memset
commit 3d9f171bfb
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Mon Feb 7 05:55:15 2022 -0800
x86-64: Optimize bzero
added the optimized bzero. Remove bzero weak alias in SS2 memset to
avoid undefined __bzero in memset-sse2-unaligned-erms.
This commit is contained in:
parent
17c57d70bd
commit
0fb8800029
@ -31,9 +31,7 @@
|
||||
# endif
|
||||
|
||||
# undef weak_alias
|
||||
# define weak_alias(original, alias) \
|
||||
.weak bzero; bzero = __bzero
|
||||
|
||||
# define weak_alias(original, alias)
|
||||
# undef strong_alias
|
||||
# define strong_alias(ignored1, ignored2)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user