Set __bionic_asm_align to 16 for arm64

As for others targets, it is better to align function text by minimim
cacheline size.  This patch changes arm __bionic_asm_align to 16.

Test: bionic tests on aarch64.
Change-Id: Ib121663c65493d33d6803e2c5139d247a8cae858
This commit is contained in:
Adhemerval Zanella 2018-06-22 11:08:47 -03:00
parent 92c6f7ee90
commit 37d4e67bb0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#pragma once
#define __bionic_asm_align 0
#define __bionic_asm_align 16
#undef __bionic_asm_function_type
#define __bionic_asm_function_type %function