mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-06 12:00:24 +08:00
aarch64: Disable A64FX memcpy/memmove BTI unconditionally
This patch disables A64FX memcpy/memmove BTI instruction insertion
unconditionally such as A64FX memset patch [1] for performance.
[1] commit 07b427296b
Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com>
This commit is contained in:
parent
2efca218b5
commit
381b29616a
@ -19,6 +19,9 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
|
||||
#undef BTI_C
|
||||
#define BTI_C
|
||||
|
||||
/* Assumptions:
|
||||
*
|
||||
* ARMv8.2-a, AArch64, unaligned accesses, sve
|
||||
|
Loading…
Reference in New Issue
Block a user